]> gitweb.michael.orlitzky.com - haeredes.git/blobdiff - haeredes.cabal
Fix the output of a network-dependent doctest.
[haeredes.git] / haeredes.cabal
index c6fce5a9b128bbb07cafa91f10ba9fdd5d99dac9..9f24154391156264c05e3252ee2fa527cb645092 100644 (file)
@@ -1,9 +1,9 @@
 name:           haeredes
-version:        0.4.1
+version:        0.4.4
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
-license:        GPL-3
+license:        AGPL-3
 license-file:   doc/LICENSE
 homepage:       http://michael.orlitzky.com/code/haeredes.php
 bug-reports:    mailto:michael@orlitzky.com
@@ -71,22 +71,22 @@ description:
   @
   .
   Check a nonexistent domain (we provide no delegates, since we
-  know .invalid will not be delegated):
+  know .bar will not be delegated):
   .
   @
-  $ haeredes <<< \"example.invalid\"
-  Domain \"example.invalid.\" not delegated.
+  $ haeredes <<< \"foo.bar\"
+  Domain \"foo.bar.\" not delegated.
   @
 
 executable haeredes
   build-depends:
     base                        == 4.*,
-    bytestring                  == 0.10.*,
-    cmdargs                     == 0.10.*,
+    bytestring                  >= 0.10,
+    cmdargs                     >= 0.10,
     dns                         >= 1.4,
-    iproute                     == 1.2.*,
-    MissingH                    == 1.2.*,
-    parallel-io                 == 0.3.*
+    iproute                     >= 1.2,
+    MissingH                    >= 1.2,
+    parallel-io                 >= 0.3
 
   main-is:
     Main.hs
@@ -124,8 +124,8 @@ test-suite doctests
   build-depends:
     base      == 4.*,
     -- Additional test dependencies.
-    doctest   == 0.9.*,
-    filemanip == 0.3.6.*
+    doctest   >= 0.9,
+    filemanip >= 0.3.6
 
   -- It's not entirely clear to me why I have to reproduce all of this.
   ghc-options: