From: Michael Orlitzky Date: Sat, 8 Jun 2013 19:18:25 +0000 (-0400) Subject: Version bump again, include the man page in the source distribution. X-Git-Tag: 0.0.3^0 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=hath.git;a=commitdiff_plain;h=81f6f0ca67347de6b3e3f57b5b50bb543cc7c146 Version bump again, include the man page in the source distribution. --- diff --git a/doc/man/hath.1 b/doc/man1/hath.1 similarity index 100% rename from doc/man/hath.1 rename to doc/man1/hath.1 diff --git a/hath.cabal b/hath.cabal index 7799a7e..4266c92 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,5 +1,5 @@ name: hath -version: 0.0.2 +version: 0.0.3 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -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