Import devel/hs-lifted-async.
ok sthen@ This package provides IO operations from async package lifted to any instance of MonadBase or MonadBaseControl from monad-control package.
This commit is contained in:
parent
cef71e1425
commit
9e55db1fe9
24
devel/hs-lifted-async/Makefile
Normal file
24
devel/hs-lifted-async/Makefile
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2016/02/01 14:22:10 kili Exp $
|
||||||
|
|
||||||
|
COMMENT = lifted asynchronous IO operations
|
||||||
|
|
||||||
|
DISTNAME = lifted-async-0.8.0.1
|
||||||
|
CATEGORIES = devel
|
||||||
|
|
||||||
|
# BSD3
|
||||||
|
PERMIT_PACKAGE_CDROM = Yes
|
||||||
|
|
||||||
|
MODULES = lang/ghc
|
||||||
|
MODGHC_BUILD = cabal hackage haddock register
|
||||||
|
|
||||||
|
MODGHC_PACKAGE_KEY = L8hN4BZszoLL7tBCBcVEQw
|
||||||
|
|
||||||
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||||
|
|
||||||
|
RUN_DEPENDS = devel/hs-async>=2.0.1,<2.2 \
|
||||||
|
devel/hs-constraints>=0.2,<0.9 \
|
||||||
|
devel/hs-lifted-base>=0.2,<0.3 \
|
||||||
|
devel/hs-monad-control>=1.0,<1.1 \
|
||||||
|
devel/hs-transformers-base>=0.4,<0.5
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
devel/hs-lifted-async/distinfo
Normal file
2
devel/hs-lifted-async/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (ghc/lifted-async-0.8.0.1.tar.gz) = 74yocBVau5PkznQsRmBqxZqwMe2G2jHHWmF5xivl+b8=
|
||||||
|
SIZE (ghc/lifted-async-0.8.0.1.tar.gz) = 9453
|
3
devel/hs-lifted-async/pkg/DESCR
Normal file
3
devel/hs-lifted-async/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
This package provides IO operations from async package lifted to
|
||||||
|
any instance of MonadBase or MonadBaseControl from monad-control
|
||||||
|
package.
|
35
devel/hs-lifted-async/pkg/PLIST
Normal file
35
devel/hs-lifted-async/pkg/PLIST
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/02/01 14:22:10 kili Exp $
|
||||||
|
lib/ghc/${DISTNAME}/
|
||||||
|
lib/ghc/${DISTNAME}/Control/
|
||||||
|
lib/ghc/${DISTNAME}/Control/Concurrent/
|
||||||
|
lib/ghc/${DISTNAME}/Control/Concurrent/Async/
|
||||||
|
lib/ghc/${DISTNAME}/Control/Concurrent/Async/Lifted/
|
||||||
|
lib/ghc/${DISTNAME}/Control/Concurrent/Async/Lifted.hi
|
||||||
|
lib/ghc/${DISTNAME}/Control/Concurrent/Async/Lifted.p_hi
|
||||||
|
lib/ghc/${DISTNAME}/Control/Concurrent/Async/Lifted/Safe.hi
|
||||||
|
lib/ghc/${DISTNAME}/Control/Concurrent/Async/Lifted/Safe.p_hi
|
||||||
|
lib/ghc/${DISTNAME}/HS${DISTNAME}-${MODGHC_PACKAGE_KEY}.o
|
||||||
|
lib/ghc/${DISTNAME}/libHS${DISTNAME}-${MODGHC_PACKAGE_KEY}.a
|
||||||
|
lib/ghc/${DISTNAME}/libHS${DISTNAME}-${MODGHC_PACKAGE_KEY}_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-Concurrent-Async-Lifted-Safe.html
|
||||||
|
share/doc/hs-${DISTNAME}/html/Control-Concurrent-Async-Lifted.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/lifted-async.haddock
|
||||||
|
share/doc/hs-${DISTNAME}/html/mini_Control-Concurrent-Async-Lifted-Safe.html
|
||||||
|
share/doc/hs-${DISTNAME}/html/mini_Control-Concurrent-Async-Lifted.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
|
Loading…
x
Reference in New Issue
Block a user