From bc6fc7719e67a0c84cc0a90603b3c9c6079d5504 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 5 Aug 2024 18:34:13 +1000 Subject: [PATCH] cabal.project: Remove redundant allow-newer stanzas A new version of postgresql-simple has been released. --- cabal.project | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cabal.project b/cabal.project index 53ef4460b..f6f1e0178 100644 --- a/cabal.project +++ b/cabal.project @@ -12,15 +12,6 @@ constraints: -- https://github.com/mongodb-haskell/mongodb/pull/152 mongoDB < 2.7.1.3 --- GHC 9.4 shims for persistent - --- These need hackage revisions but otherwise test fine in the repo -allow-newer: - -- https://github.com/haskellari/postgresql-simple/pull/95 - -- https://github.com/haskellari/postgresql-simple/issues/139 - , postgresql-simple:base - , postgresql-simple:template-haskell - -- Needed to test that `persistent-redis` works with mtl-2.3 -- https://github.com/informatikr/hedis/pull/190 -- source-repository-package