Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 7042ea4

Browse files
committed
Adjust aeson/QuickCheck/reflection package flags
1 parent 2ca5302 commit 7042ea4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

cabal.project

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ if arch(wasm32)
2020
location: https://github.com/amesgen/jsaddle-wasm
2121
tag: be129c788f8ca1ea2e9cc1515397c1a46d02bb41
2222

23+
package aeson
24+
flags: -ordered-keymap
25+
26+
package QuickCheck
27+
flags: -templateHaskell
28+
29+
package reflection
30+
flags: -template-haskell
31+
2332
if impl(ghc >= 9.10)
2433
allow-newer:
2534
, base
@@ -31,7 +40,4 @@ if impl(ghc >= 9.10)
3140

3241
packages: https://ghc.gitlab.haskell.org/head.hackage/package/free-5.2.tar.gz
3342

34-
package reflection
35-
flags: -template-haskell
36-
3743
packages: https://ghc.gitlab.haskell.org/head.hackage/package/lens-5.2.3.tar.gz

0 commit comments

Comments
 (0)