]> gitweb.michael.orlitzky.com - hath.git/blobdiff - hath.cabal
Add shelltestrunner *.test files to extra-source-files.
[hath.git] / hath.cabal
index bdacad2f673f0719af08678c579a053ff3f63b8b..c7517291317434e070d062b0db5890a2f503f0e0 100644 (file)
@@ -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.