Clean up duplicate ghc-options from cabal file
parent
9bd3bfbe4c
commit
7ffa58976f
|
@ -244,7 +244,6 @@ test-suite unittests
|
|||
, ghc-boot-th
|
||||
, hspec >=2.4.1 && <2.5
|
||||
}
|
||||
ghc-options: -Wall
|
||||
main-is: TestMain.hs
|
||||
other-modules: TestUtils
|
||||
AsymptoticPerfTests
|
||||
|
@ -314,7 +313,6 @@ test-suite littests
|
|||
, filepath
|
||||
, parsec >=3.1.11 && <3.2
|
||||
}
|
||||
ghc-options: -Wall
|
||||
main-is: Main.hs
|
||||
other-modules:
|
||||
hs-source-dirs: src-literatetests
|
||||
|
@ -355,7 +353,6 @@ test-suite libinterfacetests
|
|||
, transformers
|
||||
, hspec >=2.4.1 && <2.5
|
||||
}
|
||||
ghc-options: -Wall
|
||||
main-is: Main.hs
|
||||
other-modules:
|
||||
hs-source-dirs: src-libinterfacetests
|
||||
|
|
Loading…
Reference in New Issue