Add flags to cabal.project to allow building with GHC-9.4
This commit is contained in:
parent
86c61c6dbd
commit
ff135e868b
1 changed files with 5 additions and 0 deletions
|
@ -51,3 +51,8 @@ packages:
|
||||||
tests: True
|
tests: True
|
||||||
optimization: False
|
optimization: False
|
||||||
-- reorder-goals: True
|
-- reorder-goals: True
|
||||||
|
|
||||||
|
allow-newer:
|
||||||
|
-- see https://github.com/haskellari/postgresql-simple/issues/104
|
||||||
|
postgresql-simple:base
|
||||||
|
, postgresql-simple:template-haskell
|
||||||
|
|
Loading…
Reference in a new issue