]> gitweb.michael.orlitzky.com - hath.git/commitdiff
Add an upper bound on the base version.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 19 Aug 2013 22:11:38 +0000 (18:11 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 19 Aug 2013 22:11:38 +0000 (18:11 -0400)
Small addition to the man page.

doc/man1/hath.1
hath.cabal

index 3050385bdc82fde4cd23318f284910db8e73c1dc..6bb5ae4236e92f03bc00d1c1dae7c3b495352456 100644 (file)
@@ -23,6 +23,10 @@ Combine small blocks into larger ones. For example, if you have two
 consecutive /24s, they might combine into a larger /23.
 .IP \(bu
 View the result of block combination in a useful way.
+.IP \(bu
+List them.
+.IP \(bu
+Find their associated PTR records.
 .P
 Hath does just that. It takes as its input (via stdin, or a file with
 the -i parameter) a list of CIDR blocks.
index 48db071634c5a31763ef2d78cad6e69a0042067b..eed089d69707607f0abe236842518a037a958525 100644 (file)
@@ -92,7 +92,7 @@ description:
 
 executable hath
   build-depends:
-    base                        >= 4.6.0,
+    base                        >= 4.6 && < 4.7,
     bytestring                  == 0.10.*,
     dns                         == 0.3.*,
     HUnit                       == 1.2.*,
@@ -149,7 +149,7 @@ test-suite testsuite
   hs-source-dirs: src test
   main-is: TestSuite.hs
   build-depends:
-    base                        >= 4.6.0,
+    base                        >= 4.6 && < 4.7,
     bytestring                  == 0.10.*,
     dns                         == 0.3.*,
     HUnit                       == 1.2.*,