Version bump and add other-modules to cabal file.
name: hath
-version: 0.0.1
+version: 0.0.2
cabal-version: >= 1.8
author: Michael Orlitzky
maintainer: Michael Orlitzky <michael@orlitzky.com>
hs-source-dirs:
src/
+ other-modules:
+ Bit
+ Cidr
+ CommandLine
+ ExitCodes
+ IPv4Address
+ Maskable
+ Maskbits
+ Octet
+
ghc-options:
-Wall
-fwarn-hi-shadowing
$(TESTSUITE_BIN): src/*.hs test/TestSuite.hs
- runghc Setup.hs configure --user --flags=${FLAGS} --enable-tests
+ runghc Setup.hs configure --user --enable-tests
runghc Setup.hs build
test: $(BIN) $(TESTSUITE_BIN)