Skip to content

Commit a352de8

Browse files
committed
Support ghc 9.12
1 parent ff8c5df commit a352de8

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

cabal.project

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
packages:
22
./
33

4-
allow-newer: hedgehog:template-haskell
5-
64
-- Build all tests by default
75
tests: True
86

97
-- Show full test output
108
test-show-details: direct
9+
10+
if impl (ghc >= 9.12)
11+
allow-newer:
12+
, attoparsec:ghc-prim
13+
, boring:base
14+
, hashable:base
15+
, hedgehog:template-haskell
16+
, integer-logarithms:base
17+
, integer-logarithms:ghc-prim
18+
, scientific:base
19+
, scientific:template-haskell
20+
, text:bytestring
21+
, text:ghc-prim

0 commit comments

Comments
 (0)