]> gitweb.michael.orlitzky.com - email-validator.git/blobdiff - email-validator.cabal
makefile: fix "make doc" by adding the necessary .PHONY.
[email-validator.git] / email-validator.cabal
index 667c9988956bad57fadd934b580c343fc890b1f1..b5c8afbb3dc11ef890b00163c2ca60a5ca83304a 100644 (file)
@@ -1,5 +1,5 @@
 name:           email-validator
-version:        0.0.4
+version:        1.0.0
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -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
@@ -91,11 +79,8 @@ test-suite testsuite
   build-depends:
     base                        < 5,
     bytestring                  >= 0.10,
-    cmdargs                     >= 0.10,
-    dns                         >= 2,
     email-validate              >= 2,
     HUnit                       >= 1.2,
-    parallel-io                 >= 0.3,
     pcre-light                  >= 0.4,
     tasty                       >= 0.8,
     tasty-hunit                 >= 0.8
@@ -103,19 +88,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 +98,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