Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-hlint/Makefile
| Show All 9 Lines | |||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= ansi-terminal>=0.6.2 cmdargs>=0.10 cpphs>=1.18.1 extra>=0.5 \ | USE_CABAL= ansi-terminal>=0.6.2 cmdargs>=0.10 cpphs>=1.18.1 extra>=0.5 \ | ||||
| haskell-src-exts>=1.16 hscolour>=1.21 refact uniplate>=1.5 yaml | haskell-src-exts>=1.16 hscolour>=1.21 refact uniplate>=1.5 yaml | ||||
| EXECUTABLE= hlint | EXECUTABLE= hlint | ||||
| IGNORE= Doesn't build with recent GHC version | |||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||