Skip to content

Commit

Permalink
fix base bound in persistent-sql-lifted (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin authored Nov 25, 2024
1 parent 947e9ab commit f253a1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion persistent-sql-lifted/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ library:
source-dirs: library
dependencies:
- annotated-exception
- base
- conduit
- containers
- esqueleto
Expand Down
2 changes: 1 addition & 1 deletion persistent-sql-lifted/persistent-sql-lifted.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ library
ghc-options: -fignore-optim-changes -fwrite-ide-info -Weverything -Wno-all-missed-specialisations -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missing-kind-signatures -Wno-missing-local-signatures -Wno-missing-safe-haskell-mode -Wno-monomorphism-restriction -Wno-prepositive-qualified-module -Wno-safe -Wno-unsafe
build-depends:
annotated-exception
, base
, base <5
, conduit
, containers
, esqueleto
Expand Down

0 comments on commit f253a1c

Please sign in to comment.