kili a8dcb86e45 Update to hs-snap-core-0.9.6.4.
Maybe a little bit pointless, because hs-snap itself together with
all the goodies (including hs-heist) are currently disabled / not
buildable. I'll send diffs and a bunch of new ports later which
would fix it, but I'm really not sure wether we want all those
tiny little hs- ports at all.
2014-12-28 13:10:59 +00:00

41 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.22 2014/12/28 13:10:59 kili Exp $
COMMENT = Snap Haskell Web Framework
DISTNAME = snap-core-0.9.6.4
CATEGORIES = www
HOMEPAGE = http://snapframework.com/
MAINTAINER = Jim Razmus II <jim@openbsd.org>, \
Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS += archivers/hs-zlib-enum>=0.2.1,<0.3 \
devel/hs-HUnit>=1.2,<2 \
devel/hs-MonadCatchIO-transformers>=0.2.1,<0.4 \
devel/hs-blaze-builder>=0.2.1.4,<0.4 \
devel/hs-blaze-builder-enumerator>=0.2,<0.3 \
devel/hs-bytestring-mmap>=0.2.2,<0.3 \
devel/hs-case-insensitive>=0.3,<1.3 \
devel/hs-enumerator>=0.4.15,<0.5 \
devel/hs-hashable>=1.2.1,<1.3 \
devel/hs-mtl>=2.0,<2.3 \
devel/hs-random>=1,<2 \
devel/hs-regex-posix>=0.95,<1 \
devel/hs-text>=0.11,<1.3 \
devel/hs-unix-compat>=0.2,<0.5 \
devel/hs-unordered-containers>=0.1.4.3,<0.3 \
devel/hs-vector>=0.6,<0.11 \
textproc/hs-attoparsec>=0.10,<0.13 \
textproc/hs-attoparsec-enumerator>=0.3,<0.4
BUILD_DEPENDS += ${RUN_DEPENDS}
.include <bsd.port.mk>