]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - makefile
Replace necessary NoMonomorphism language pragma.
[dead/halcyon.git] / makefile
index 8bd7248952ed1c4f53cf4f2eeb92460be6c5b7b1..abe71a3acbc7416c4048fb75885472bda361fb60 100644 (file)
--- a/makefile
+++ b/makefile
@@ -17,3 +17,9 @@ doc:
        runghc Setup.hs haddock --internal    \
                                --executables \
                                --hyperlink-source
+
+hlint:
+       hlint --ignore="Use camelCase"     \
+             --ignore="Redundant bracket" \
+             --color                      \
+             src