Skip to content

Commit d704372

Browse files
authored
Merge pull request #83 from input-output-hk/js/werror
Remove -Werror
2 parents 04a1cce + 4c77713 commit d704372

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cuddle.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ flag example
4040
common warnings
4141
ghc-options:
4242
-Wall
43-
-Werror
4443

4544
library
4645
import: warnings
@@ -127,7 +126,7 @@ executable cuddle
127126
cuddle,
128127
megaparsec,
129128
mtl,
130-
optparse-applicative,
129+
optparse-applicative ^>=0.19,
131130
prettyprinter,
132131
random,
133132
text,

0 commit comments

Comments
 (0)