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