import hs-failure 0.1.0.1
Failure is the typeclass used to model this abstract notion of failure. ok kili@
This commit is contained in:
parent
32285913cc
commit
0bbc0f144e
22
devel/hs-failure/Makefile
Normal file
22
devel/hs-failure/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 12:46:06 jasper Exp $
|
||||
|
||||
COMMENT= simple type class for success/failure computations
|
||||
|
||||
DISTNAME= failure-0.1.0.1
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.haskell.org/haskellwiki/Failure
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
||||
# 3-clause BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES= lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/hs-failure/distinfo
Normal file
5
devel/hs-failure/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (failure-0.1.0.1.tar.gz) = nJwatUIt6e8RvD7w3ntbEg==
|
||||
RMD160 (failure-0.1.0.1.tar.gz) = BsuFUNa+aDa6I64MLTAUmG9J1rs=
|
||||
SHA1 (failure-0.1.0.1.tar.gz) = zjY7zDVcUnLAaTRVW1xELFRf2cY=
|
||||
SHA256 (failure-0.1.0.1.tar.gz) = AI86a7oswgo5CdByPzRZUKUbHZvmssqJw6NpN7uF85c=
|
||||
SIZE (failure-0.1.0.1.tar.gz) = 1552
|
1
devel/hs-failure/pkg/DESCR
Normal file
1
devel/hs-failure/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Failure is the typeclass used to model this abstract notion of failure.
|
24
devel/hs-failure/pkg/PLIST
Normal file
24
devel/hs-failure/pkg/PLIST
Normal file
@ -0,0 +1,24 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/08 12:46:06 jasper Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Control/
|
||||
lib/ghc/${DISTNAME}/Control/Failure.hi
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
|
||||
lib/ghc/${DISTNAME}/register.sh
|
||||
@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
|
||||
share/doc/hs-${DISTNAME}/
|
||||
share/doc/hs-${DISTNAME}/html/
|
||||
share/doc/hs-${DISTNAME}/html/Control-Failure.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/failure.haddock
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Control-Failure.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
Loading…
Reference in New Issue
Block a user