Skip to content

Commit

Permalink
Build with GHC 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Jan 21, 2024
1 parent d605bab commit 7d090bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hasql-dynamic-statements.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ library
Hasql.DynamicStatements.Snippet.Defs
build-depends:
base >=4.12 && <5,
bytestring >=0.10 && <0.12,
bytestring >=0.10 && <0.13,
containers >=0.6 && <0.7,
hasql >=1.6 && <1.7,
hasql-implicits >=0.1 && <0.2,
Expand Down
2 changes: 1 addition & 1 deletion library/Hasql/DynamicStatements/Prelude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import Data.Either as Exports
import Data.Fixed as Exports
import Data.Foldable as Exports hiding (toList)
import Data.Function as Exports hiding (id, (.))
import Data.Functor as Exports
import Data.Functor as Exports hiding (unzip)
import Data.Functor.Contravariant as Exports
import Data.Functor.Identity as Exports
import Data.Int as Exports
Expand Down

0 comments on commit 7d090bd

Please sign in to comment.