]> gitweb.michael.orlitzky.com - hath.git/blobdiff - hath.cabal
Bump to version 0.1.1 since 0.1.0 was released without tests (thanks Cabal!).
[hath.git] / hath.cabal
index bdacad2f673f0719af08678c579a053ff3f63b8b..3d30395889e1bdae766be064f26723614ac0489b 100644 (file)
@@ -1,5 +1,5 @@
 name:           hath
-version:        0.1.0
+version:        0.1.1
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -9,6 +9,8 @@ license-file:   doc/LICENSE
 build-type:     Simple
 extra-source-files:
   doc/man1/hath.1
+  test/shell/*.test
+  test/shell-net/*.test
 synopsis:
   Hath manipulates network blocks in CIDR notation.
 description:
@@ -89,7 +91,7 @@ description:
   Perform PTR lookups on all of 198.41.0.4\/30:
   .
   @
-  hath reversed <<< \"198.41.0.4\/30\"
+  hath reversed <<< \"198.41.0.4\/30\"
   198.41.0.4: a.root-servers.net.
   198.41.0.5:
   198.41.0.6: rs.internic.net.
@@ -102,7 +104,7 @@ description:
   perform 25 lookups in parallel:
   .
   @
-  hath reversed +RTS -N25 <<< \"198.41.0.4\/24\"
+  hath reversed +RTS -N25 <<< \"198.41.0.4\/24\"
   198.41.0.4: a.root-servers.net.
   198.41.0.5:
   198.41.0.6: rs.internic.net.