Skip to content

Commit b7c25ec

Browse files
committed
don't error on warnings
1 parent 35d3609 commit b7c25ec

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

cabal.project

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
packages: gibbon-compiler
22

3-
if (impl(ghc >= 9.8))
4-
program-options
5-
ghc-options: -Werror=x-no-partial
6-
else
7-
program-options
8-
ghc-options: -Werror
3+
-- VS: commenting these out for now
4+
--if (impl(ghc >= 9.8))
5+
-- program-options
6+
-- ghc-options: -Werror=x-no-partial
7+
--else
8+
-- program-options
9+
-- ghc-options: -Werror

0 commit comments

Comments
 (0)