X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=makefile;fp=makefile;h=3091caaf41b4d8b3f9b7cd990ffde55e10ead3ee;hp=7358589c16122ae52257e33e6da76497583be061;hb=17ac93250071d5c316f92c0a9b46d25b138827a8;hpb=c8b173812e6664b1d5ffb933cafe5cd07d8af9c9 diff --git a/makefile b/makefile index 7358589..3091caa 100644 --- a/makefile +++ b/makefile @@ -11,8 +11,7 @@ $(BIN): $(PN).cabal $(SRCS) doc: $(PN).cabal $(SRCS) - runghc Setup.hs hscolour --all - runghc Setup.hs haddock --all\ + runghc Setup.hs haddock --all \ --hyperlink-source \ --haddock-options="--ignore-all-exports"