]> gitweb.michael.orlitzky.com - hath.git/commitdiff
Version bump again, include the man page in the source distribution. 0.0.3
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 8 Jun 2013 19:18:25 +0000 (15:18 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 8 Jun 2013 19:18:25 +0000 (15:18 -0400)
doc/man1/hath.1 [moved from doc/man/hath.1 with 100% similarity]
hath.cabal

similarity index 100%
rename from doc/man/hath.1
rename to doc/man1/hath.1
index 7799a7e3914251a5311a35ad496bcfbabf9da103..4266c928294e1c0db032ea00c9c30999bb6af09f 100644 (file)
@@ -1,5 +1,5 @@
 name:           hath
-version:        0.0.2
+version:        0.0.3
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -7,6 +7,8 @@ category:       Utils
 license:        GPL-3
 license-file:   doc/LICENSE
 build-type:     Simple
+extra-source-files:
+  doc/man1/hath.1
 synopsis:
   Hath manipulates network blocks in CIDR notation.
 description:
@@ -57,6 +59,7 @@ description:
   $ grep -P `hath regexed -i cidrs.txt` mail.log
   @
 
+
 executable hath
   build-depends:
     base                        == 4.*,
@@ -83,7 +86,7 @@ executable hath
     Maskable
     Maskbits
     Octet
-
+  
   ghc-options:
     -Wall
     -fwarn-hi-shadowing