]> gitweb.michael.orlitzky.com - hath.git/blobdiff - hath.cabal
Remove useless --flags in makefile.
[hath.git] / hath.cabal
index e0d16a1f50acab6722c743658e3026e64b9053ad..7799a7e3914251a5311a35ad496bcfbabf9da103 100644 (file)
@@ -1,8 +1,9 @@
 name:           hath
-version:        0.0.1
+version:        0.0.2
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
+category:       Utils
 license:        GPL-3
 license-file:   doc/LICENSE
 build-type:     Simple
@@ -73,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