Import hs-either-3.4.1:

This provides an `Either` monad transformer that unlike `ErrorT`
is unencumbered by a constraint on its `Left` hand argument.

ok sthen@

(will be hooked to the build during the ghc update)
This commit is contained in:
kili 2013-07-18 20:45:15 +00:00
parent 5bda97d88f
commit c42debec29
4 changed files with 59 additions and 0 deletions

25
devel/hs-either/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/07/18 20:45:15 kili Exp $
COMMENT = an either monad transformer
DISTNAME = either-3.4.1
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS += devel/hs-MonadRandom>=0.1,<0.2 \
devel/hs-mtl>=2.0,<2.2 \
devel/hs-semigroupoids>=3,<4 \
devel/hs-semigroups>=0.8.3.1,<1 \
devel/hs-transformers>=0.2,<0.4
BUILD_DEPENDS += ${RUN_DEPENDS}
.include <bsd.port.mk>

2
devel/hs-either/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (ghc/either-3.4.1.tar.gz) = K3QVjGIFu1mnq/xAE5kn1vXOoFmINeC6QzP9DjF9BLM=
SIZE (ghc/either-3.4.1.tar.gz) = 5406

View File

@ -0,0 +1,2 @@
This provides an `Either` monad transformer that unlike `ErrorT`
is unencumbered by a constraint on its `Left` hand argument.

30
devel/hs-either/pkg/PLIST Normal file
View File

@ -0,0 +1,30 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/07/18 20:45:15 kili Exp $
lib/ghc/${DISTNAME}/
lib/ghc/${DISTNAME}/Control/
lib/ghc/${DISTNAME}/Control/Monad/
lib/ghc/${DISTNAME}/Control/Monad/Trans/
lib/ghc/${DISTNAME}/Control/Monad/Trans/Either.hi
lib/ghc/${DISTNAME}/Control/Monad/Trans/Either.p_hi
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
lib/ghc/${DISTNAME}/libHS${DISTNAME}_p.a
lib/ghc/${DISTNAME}/register.sh
share/doc/hs-${DISTNAME}/
share/doc/hs-${DISTNAME}/LICENSE
share/doc/hs-${DISTNAME}/html/
share/doc/hs-${DISTNAME}/html/Control-Monad-Trans-Either.html
share/doc/hs-${DISTNAME}/html/doc-index.html
share/doc/hs-${DISTNAME}/html/either.haddock
share/doc/hs-${DISTNAME}/html/frames.html
share/doc/hs-${DISTNAME}/html/haddock-util.js
share/doc/hs-${DISTNAME}/html/hslogo-16.png
share/doc/hs-${DISTNAME}/html/index-frames.html
share/doc/hs-${DISTNAME}/html/index.html
share/doc/hs-${DISTNAME}/html/mini_Control-Monad-Trans-Either.html
share/doc/hs-${DISTNAME}/html/minus.gif
share/doc/hs-${DISTNAME}/html/ocean.css
share/doc/hs-${DISTNAME}/html/plus.gif
share/doc/hs-${DISTNAME}/html/synopsis.png
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force
lib/ghc/${DISTNAME}/unregister.sh