.PHONY : doc test twat: src/*.hs src/Twitter/*.hs runghc Setup.hs clean runghc Setup.hs configure --user runghc Setup.hs build clean: runghc Setup.hs clean test: runghc -i"src" test/TestSuite.hs # Neither 'haddock' nor 'hscolour' seem to work properly. doc: runghc Setup.hs hscolour --executables runghc Setup.hs haddock --internal \ --executables \ --hyperlink-source