Skip to content

Commit de884e0

Browse files
committed
chore: remove -Werror
1 parent 46d4178 commit de884e0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

megaparsec-utils.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22

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.
44
--
55
-- see: https://github.com/sol/hpack
66

@@ -24,7 +24,7 @@ library
2424
Paths_megaparsec_utils
2525
hs-source-dirs:
2626
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
2828
build-depends:
2929
aeson
3030
, base >=4.7 && <5
@@ -45,7 +45,7 @@ test-suite megaparsec-utils-test
4545
Paths_megaparsec_utils
4646
hs-source-dirs:
4747
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
4949
build-depends:
5050
QuickCheck
5151
, aeson

package.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dependencies:
2323

2424
ghc-options:
2525
- -Wall
26-
- -Werror
2726
- -Wcompat
2827
- -Widentities
2928
- -Wincomplete-record-updates

0 commit comments

Comments
 (0)