X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=7799a7e3914251a5311a35ad496bcfbabf9da103;hb=7622c66d1bb0592ae6cd5b9c6092ff2e0490c4a1;hp=4431b842b625a9f285f88933bbbae73679c319e1;hpb=70dce336e3261027dc135faebed85ea443525974;p=hath.git diff --git a/hath.cabal b/hath.cabal index 4431b84..7799a7e 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,8 +1,11 @@ name: hath -version: 0.0.1 +version: 0.0.2 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky +category: Utils +license: GPL-3 +license-file: doc/LICENSE build-type: Simple synopsis: Hath manipulates network blocks in CIDR notation. @@ -71,6 +74,16 @@ executable hath hs-source-dirs: src/ + other-modules: + Bit + Cidr + CommandLine + ExitCodes + IPv4Address + Maskable + Maskbits + Octet + ghc-options: -Wall -fwarn-hi-shadowing