From f253a1c6fe175560b630249114ae08c097404356 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Mon, 25 Nov 2024 13:04:45 -0700 Subject: [PATCH] fix base bound in persistent-sql-lifted (#214) --- persistent-sql-lifted/package.yaml | 1 - persistent-sql-lifted/persistent-sql-lifted.cabal | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/persistent-sql-lifted/package.yaml b/persistent-sql-lifted/package.yaml index e9682a1..c5d1717 100644 --- a/persistent-sql-lifted/package.yaml +++ b/persistent-sql-lifted/package.yaml @@ -59,7 +59,6 @@ library: source-dirs: library dependencies: - annotated-exception - - base - conduit - containers - esqueleto diff --git a/persistent-sql-lifted/persistent-sql-lifted.cabal b/persistent-sql-lifted/persistent-sql-lifted.cabal index 53f3e8a..b9993d6 100644 --- a/persistent-sql-lifted/persistent-sql-lifted.cabal +++ b/persistent-sql-lifted/persistent-sql-lifted.cabal @@ -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