Remove hs-deepseq. It's now included in the ghc package.
This commit is contained in:
parent
af2ea00742
commit
1684d3a5f5
@ -1,21 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2011/09/16 09:24:50 espie Exp $
|
||||
|
||||
COMMENT = deep evaluation of data structures
|
||||
|
||||
DISTNAME = deepseq-1.1.0.2
|
||||
REVISION = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
||||
|
||||
# BSD3
|
||||
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>
|
@ -1,5 +0,0 @@
|
||||
MD5 (ghc/deepseq-1.1.0.2.tar.gz) = kLZkgPDrZZwdsgnucD4BYg==
|
||||
RMD160 (ghc/deepseq-1.1.0.2.tar.gz) = tMQaGnoTrt0vQro0meaTqlMV7Tk=
|
||||
SHA1 (ghc/deepseq-1.1.0.2.tar.gz) = cQVZbQTVxzDaMygPIjeQaSM1hdM=
|
||||
SHA256 (ghc/deepseq-1.1.0.2.tar.gz) = ZQTTvNYeicLKa5V+RUGAKPy4lDcnM5pkaFlYJRhFE8c=
|
||||
SIZE (ghc/deepseq-1.1.0.2.tar.gz) = 3619
|
@ -1,12 +0,0 @@
|
||||
This package provides methods for fully evaluating data structures
|
||||
("deep evaluation"). Deep evaluation is often used for adding
|
||||
strictness to a program, e.g. in order to force pending exceptions,
|
||||
remove space leaks, or force lazy I/O to happen. It is also useful
|
||||
in parallel programs, to ensure pending work does not migrate to
|
||||
the wrong thread.
|
||||
|
||||
The primary use of this package is via the 'deepseq' function, a
|
||||
"deep" version of 'seq'. It is implemented on top of an 'NFData'
|
||||
typeclass ("Normal Form Data", data structures with no unevaluated
|
||||
components) which defines strategies for fully evaluating different
|
||||
data types.
|
@ -1,26 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/04/11 14:35:33 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Control/
|
||||
lib/ghc/${DISTNAME}/Control/DeepSeq.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}/LICENSE
|
||||
share/doc/hs-${DISTNAME}/html/
|
||||
share/doc/hs-${DISTNAME}/html/Control-DeepSeq.html
|
||||
share/doc/hs-${DISTNAME}/html/deepseq.haddock
|
||||
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-DeepSeq.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
|
Loading…
x
Reference in New Issue
Block a user