Skip to content

Commit

Permalink
fixup! [Chore] Account for new (~) operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Martoon-00 committed Jun 23, 2023
1 parent 0b51591 commit b95f0b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Universum/Base.hs
@@ -1,6 +1,7 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE Unsafe #-}
{-# LANGUAGE CPP #-}
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE ExplicitNamespaces #-}
{-# LANGUAGE Unsafe #-}

-- | Reexports from @GHC.*@ modules of the <https://hackage.haskell.org/package/base> package.

Expand Down
1 change: 1 addition & 0 deletions src/Universum/VarArg.hs
@@ -1,4 +1,5 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE ExplicitNamespaces #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE FunctionalDependencies #-}
Expand Down

0 comments on commit b95f0b4

Please sign in to comment.