]> gitweb.michael.orlitzky.com - haeredes.git/commitdiff
Fix an example, loosen version bounds, and bump to v0.4.2. 0.4.2
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 22 Sep 2014 16:20:43 +0000 (12:20 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 22 Sep 2014 16:20:43 +0000 (12:20 -0400)
doc/man1/haeredes.1
haeredes.cabal

index ea09e2d1898af49656b48045faa6668758c6bf79..97c47b844e81c34598cfc88e690e4dd203425913 100644 (file)
@@ -164,11 +164,11 @@ Domain \(dqorlitzky.com.\(dq delegates somewhere else: \
 .fi
 .IP \[bu]
 Check a nonexistent domain (we provide no delegates, since we
-know .invalid will not be delegated):
+know .bar will not be delegated):
 
 .nf
-.I $ haeredes <<< \(dqexample.invalid\(dq
-Domain \(dqexample.invalid.\(dq not delegated.
+.I $ haeredes <<< \(dqfoo.bar\(dq
+Domain \(dqfoo.bar.\(dq not delegated.
 .fi
 .IP \[bu]
 Set the timeout to one second, and query a nonexistent
index c6fce5a9b128bbb07cafa91f10ba9fdd5d99dac9..5644cea72f738bede12613205eec57cf3e1d16de 100644 (file)
@@ -1,5 +1,5 @@
 name:           haeredes
-version:        0.4.1
+version:        0.4.2
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <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: