Capitalize "Twitter" in the cabal file.
BIN = dist/build/twat/twat
TESTSUITE_BIN = dist/build/testsuite/testsuite
-.PHONY : doc test
+.PHONY : dist doc test
$(BIN): src/*.hs src/Twitter/*.hs
runghc Setup.hs clean
test: $(BIN) $(TESTSUITE_BIN)
runghc Setup.hs test
-# Neither 'haddock' nor 'hscolour' seem to work properly.
doc:
runghc Setup.hs hscolour --executables
runghc Setup.hs haddock --internal \
--ignore="Redundant bracket" \
--color \
src
+
+dist:
+ runghc Setup.hs configure
+ runghc Setup.hs sdist
bug-reports: mailto:michael@orlitzky.com
category: Math
synopsis:
- Twat twats tweets so you don't have to twitter.
+ Twat twats tweets so you don't have to Twitter.
build-type: Simple
executable twat