File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
3
- -- This file has been generated from package.yaml by hpack version 0.36 .0.
3
+ -- This file has been generated from package.yaml by hpack version 0.37 .0.
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
@@ -24,7 +24,7 @@ library
24
24
Paths_megaparsec_utils
25
25
hs-source-dirs :
26
26
src
27
- ghc-options : -Wall -Werror - Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
27
+ ghc-options : -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
28
28
build-depends :
29
29
aeson
30
30
, base >= 4.7 && < 5
@@ -45,7 +45,7 @@ test-suite megaparsec-utils-test
45
45
Paths_megaparsec_utils
46
46
hs-source-dirs :
47
47
test
48
- ghc-options : -Wall -Werror - Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
48
+ ghc-options : -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
49
49
build-depends :
50
50
QuickCheck
51
51
, aeson
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ dependencies:
23
23
24
24
ghc-options :
25
25
- -Wall
26
- - -Werror
27
26
- -Wcompat
28
27
- -Widentities
29
28
- -Wincomplete-record-updates
You can’t perform that action at this time.
0 commit comments