Clean up duplicate ghc-options from cabal file

pull/132/head
Sergey Vinokurov 2018-04-03 22:55:57 +01:00
parent 9bd3bfbe4c
commit 7ffa58976f
No known key found for this signature in database
GPG Key ID: D6CD29530F98D6B8
1 changed files with 0 additions and 3 deletions

View File

@ -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