Remove extra GHC flags from tests

This commit is contained in:
Francisco Vallarino 2021-08-13 00:22:23 -03:00
parent 68a8eb786c
commit 6c176979b0
2 changed files with 1 additions and 4 deletions

View File

@ -462,7 +462,7 @@ test-suite monomer-test
test/unit
default-extensions:
OverloadedStrings
ghc-options: -threaded -fwarn-incomplete-patterns -rtsopts -with-rtsopts=-N -with-rtsopts=-T
ghc-options: -threaded -fwarn-incomplete-patterns
build-depends:
HUnit ==1.6.*
, JuicyPixels >=3.2.9 && <3.5

View File

@ -142,9 +142,6 @@ tests:
ghc-options:
- -threaded
- -fwarn-incomplete-patterns
- -rtsopts
- -with-rtsopts=-N
- -with-rtsopts=-T
dependencies:
- directory >= 1.3 && < 1.4
- monomer