Skip to content

Commit f72a084

Browse files
Fix cabal configuration
1 parent c91cbe3 commit f72a084

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cabal.project

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ allow-newer:
3232
,statestack:base
3333
,svg-builder:base
3434

35-
ghc-options: -j
35+
program-options
36+
ghc-options: -j
37+
3638
flags: +devel
3739

3840
constraints:

tests/tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 2.4
1+
cabal-version: 3.4
22
name: tests
33
version: 0.1.0.0
44

0 commit comments

Comments
 (0)