diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-08-08 23:37:48 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-08-08 23:37:48 +0000 |
commit | 148d78635cb8099976b7c823a0719363c1480d1c (patch) | |
tree | 26aba2fe3a5f799c148bd852bf0a758c0c08549b /devel/Makefile | |
parent | 500bd51ad139ab20333610d0c5d999137b33efdc (diff) | |
download | ports-148d78635cb8099976b7c823a0719363c1480d1c.tar.gz ports-148d78635cb8099976b7c823a0719363c1480d1c.zip |
HLint gives suggestions on how to improve your source code.
WWW: http://community.haskell.org/~ndm/hlint/
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=302312
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index efb27ea3fd5b..16491a4f4a7e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -664,6 +664,7 @@ SUBDIR += hs-hdoc SUBDIR += hs-hint SUBDIR += hs-hlibev + SUBDIR += hs-hlint SUBDIR += hs-hoogle SUBDIR += hs-hslogger SUBDIR += hs-hspec |