]> gitweb.michael.orlitzky.com - email-validator.git/blobdiff - email-validator.cabal
makefile,email-validator.cabal: move ghc-options to the makefile.
[email-validator.git] / email-validator.cabal
index 61f280912e2e9142c9cfc6b09e937ec548392ec0..c5c2a7ebc97d78578669c5059c6727c7ed7005ce 100644 (file)
@@ -70,18 +70,6 @@ executable email-validator
     EmailAddress
     Paths_email_validator
 
-  ghc-options:
-    -Weverything
-    -Wno-implicit-prelude
-    -Wno-safe
-    -Wno-unsafe
-    -Wno-all-missed-specialisations
-    -rtsopts
-    -threaded
-    -optc-O3
-    -optc-march=native
-    -O2
-
 
 test-suite testsuite
   type: exitcode-stdio-1.0
@@ -103,19 +91,6 @@ test-suite testsuite
   other-modules:
     EmailAddress
 
-  -- It's not entirely clear to me why I have to reproduce all of this.
-  ghc-options:
-    -Weverything
-    -Wno-implicit-prelude
-    -Wno-safe
-    -Wno-unsafe
-    -Wno-all-missed-specialisations
-    -rtsopts
-    -threaded
-    -optc-O3
-    -optc-march=native
-    -O2
-
 
 test-suite doctests
   type: exitcode-stdio-1.0
@@ -126,25 +101,6 @@ test-suite doctests
     -- Additional test dependencies.
     doctest   >= 0.9
 
-  -- It's not entirely clear to me why I have to reproduce all of this.
-  ghc-options:
-    -Wall
-    -fwarn-hi-shadowing
-    -fwarn-missing-signatures
-    -fwarn-name-shadowing
-    -fwarn-orphans
-    -fwarn-type-defaults
-    -fwarn-tabs
-    -fwarn-incomplete-record-updates
-    -fwarn-monomorphism-restriction
-    -fwarn-unused-do-bind
-    -rtsopts
-    -threaded
-    -optc-O3
-    -optc-march=native
-    -O2
-
-
 
 source-repository head
   type: git