Skip to content

Commit 22720fe

Browse files
committed
comment out -dcore-lint to make cabal-check pass
1 parent 745c9d7 commit 22720fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ extra-source-files:
1212
- README.md
1313
- CHANGELOG.md
1414

15-
ghc-options: -W -Wall -dcore-lint
15+
# for development
16+
#ghc-options: -W -Wall -dcore-lint
17+
18+
# for release
19+
ghc-options: -W -Wall
1620

1721
dependencies:
1822
- base >= 4.12 && < 5

0 commit comments

Comments
 (0)