Skip to content

Commit 9c67208

Browse files
committed
More specific 'allow-newer' configuration for GHC 9.14
1 parent 61e80c3 commit 9c67208

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

cabal.project

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ tests: true
1111
benchmarks: true
1212

1313
-- Required to build with GHC 9.14
14-
allow-newer: base
15-
, template-haskell
14+
allow-newer: dependent-map:containers
15+
, postgresql-simple:base
16+
, postgresql-simple:postgresql-libpq
17+
, postgresql-simple:template-haskell

0 commit comments

Comments
 (0)