]> gitweb.michael.orlitzky.com - haeredes.git/blobdiff - haeredes.cabal
doc: use POSIX shell syntax in the man page examples.
[haeredes.git] / haeredes.cabal
index 9f24154391156264c05e3252ee2fa527cb645092..f4a41215862f6c5c88ec09a97592edb03df1a88e 100644 (file)
@@ -1,11 +1,11 @@
 name:           haeredes
-version:        0.4.4
+version:        0.4.5
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
 license:        AGPL-3
 license-file:   doc/LICENSE
-homepage:       http://michael.orlitzky.com/code/haeredes.php
+homepage:       http://michael.orlitzky.com/code/haeredes.xhtml
 bug-reports:    mailto:michael@orlitzky.com
 category:       DNS, Utils
 build-type:     Simple
@@ -85,7 +85,6 @@ executable haeredes
     cmdargs                     >= 0.10,
     dns                         >= 1.4,
     iproute                     >= 1.2,
-    MissingH                    >= 1.2,
     parallel-io                 >= 0.3
 
   main-is:
@@ -98,19 +97,19 @@ executable haeredes
     CommandLine
     DNS
     ExitCodes
+    -- WARNING: the Paths_haeredes module is automatically generated by
+    -- Cabal itself. We don't want it included in the release tarballs,
+    -- since we typically want the paths that the user has configured.
+    -- Nevertheless, Cabal will complain if we don't include it here.
+    Paths_haeredes
     Timeout
 
   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
+    -Weverything
+    -Wno-implicit-prelude
+    -Wno-safe
+    -Wno-unsafe
+    -Wno-all-missed-specialisations
     -rtsopts
     -threaded
     -optc-O3
@@ -129,16 +128,11 @@ test-suite doctests
 
   -- 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
+    -Weverything
+    -Wno-implicit-prelude
+    -Wno-safe
+    -Wno-unsafe
+    -Wno-all-missed-specialisations
     -rtsopts
     -threaded
     -optc-O3
@@ -146,5 +140,5 @@ test-suite doctests
 
 source-repository head
   type: git
-  location: http://michael.orlitzky.com/git/haeredes.git
+  location: http://gitweb.michael.orlitzky.com/haeredes.git
   branch: master