freebsd-ports/devel/hs-hlint/Makefile
Gleb Popov b299244952 lang/ghc: Update to 8.10.1.
As usual, along with the compiler, many Haskell packages are updated as well.
2020-08-16 07:56:18 +00:00

62 lines
1.3 KiB
Makefile

# $FreeBSD$
PORTNAME= hlint
PORTVERSION= 3.1.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Source code suggestions
LICENSE= BSD3CLAUSE
USES= cabal
USE_CABAL= aeson-1.4.7.1_1 \
ansi-terminal-0.10.3 \
attoparsec-0.13.2.4 \
base-compat-0.11.1 \
base-compat-batteries-0.11.1 \
base-orphans-0.8.2 \
clock-0.8 \
cmdargs-0.10.20 \
colour-2.3.5 \
conduit-1.3.2 \
cpphs-1.20.9.1 \
data-default-0.7.1.1 \
data-default-class-0.1.2.0 \
data-default-instances-containers-0.0.1 \
data-default-instances-dlist-0.0.1 \
data-default-instances-old-locale-0.0.1 \
dlist-0.8.0.8 \
extra-1.7.1 \
file-embed-0.0.12.0 \
filepattern-0.1.2 \
ghc-lib-parser-ex-8.10.0.10 \
hashable-1.3.0.0_1 \
hscolour-1.24.4 \
integer-logarithms-1.0.3_2 \
libyaml-0.1.2 \
mono-traversable-1.0.15.1 \
old-locale-1.0.0.7_2 \
polyparse-1.13_1 \
primitive-0.7.0.1 \
random-1.1_1 \
refact-0.3.0.2 \
resourcet-1.2.4 \
scientific-0.3.6.2 \
semigroups-0.19.1 \
split-0.2.3.4 \
syb-0.7.1 \
tagged-0.8.6_2 \
th-abstraction-0.3.2.0 \
time-compat-1.9.3 \
uniplate-1.6.12_1 \
unliftio-core-0.2.0.1_1 \
unordered-containers-0.2.10.0_1 \
utf8-string-1.0.1.1_3 \
uuid-types-1.0.3_2 \
vector-0.12.1.2 \
vector-algorithms-0.8.0.3 \
yaml-0.11.4.0
.include <bsd.port.mk>