Import hs-mmorph-1.0.0:

This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.

ok sthen@

(will be hooked to the build during the ghc update)
This commit is contained in:
kili 2013-07-18 20:59:54 +00:00
parent 7744264b2a
commit 91bb1f7215
4 changed files with 54 additions and 0 deletions

21
devel/hs-mmorph/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/07/18 20:59:54 kili Exp $
COMMENT = monad morphisms
DISTNAME = mmorph-1.0.0
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/hs-transformers>=0.2.0.0,<0.4
.include <bsd.port.mk>

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

@ -0,0 +1,2 @@
SHA256 (ghc/mmorph-1.0.0.tar.gz) = E8NpJighqGkV7hhZhWdHThSJtJ8Z+b6DNSUrY1l2KIM=
SIZE (ghc/mmorph-1.0.0.tar.gz) = 4989

View File

@ -0,0 +1,2 @@
This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.

29
devel/hs-mmorph/pkg/PLIST Normal file
View File

@ -0,0 +1,29 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/07/18 20:59:54 kili Exp $
lib/ghc/${DISTNAME}/
lib/ghc/${DISTNAME}/Control/
lib/ghc/${DISTNAME}/Control/Monad/
lib/ghc/${DISTNAME}/Control/Monad/Morph.hi
lib/ghc/${DISTNAME}/Control/Monad/Morph.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-Morph.html
share/doc/hs-${DISTNAME}/html/doc-index.html
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-Morph.html
share/doc/hs-${DISTNAME}/html/minus.gif
share/doc/hs-${DISTNAME}/html/mmorph.haddock
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