From ff135e868bc98e3cf73a22c0af5b4d369a8f45fb Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Tue, 9 Aug 2022 11:06:20 +0100 Subject: [PATCH] Add flags to cabal.project to allow building with GHC-9.4 --- cabal.project | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cabal.project b/cabal.project index 42e8057b..3a3bea24 100644 --- a/cabal.project +++ b/cabal.project @@ -51,3 +51,8 @@ packages: tests: True optimization: False -- reorder-goals: True + +allow-newer: +-- see https://github.com/haskellari/postgresql-simple/issues/104 + postgresql-simple:base + , postgresql-simple:template-haskell