1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: b/hi-file-parser.cabal
===================================================================
--- a/hi-file-parser.cabal
+++ b/hi-file-parser.cabal
@@ -76,7 +76,7 @@ test-suite hi-file-parser-test
Paths_hi_file_parser
hs-source-dirs:
test
- ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
+ ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded
build-depends:
base >=4.10 && <5
, binary
|