diff options
author | ashish <ashish@FreeBSD.org> | 2011-05-09 13:28:57 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2011-05-09 13:28:57 +0800 |
commit | c7a47a981222b062ac48e4edc5cae32fbed2b9c7 (patch) | |
tree | a1af1f5739f0a44d179f6f44b2ea70e07401da25 /devel/hs-lazysmallcheck | |
parent | 63b87600f00dd6e3a998a1862f7c209aa5e62523 (diff) | |
download | freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.tar.gz freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.tar.zst freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.zip |
- Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.
We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.
We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.
PR: ports/156642
Approved by: tabthorpe (mentor)
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel/hs-lazysmallcheck')
-rw-r--r-- | devel/hs-lazysmallcheck/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-lazysmallcheck/distinfo | 1 | ||||
-rw-r--r-- | devel/hs-lazysmallcheck/pkg-plist | 14 |
3 files changed, 3 insertions, 15 deletions
diff --git a/devel/hs-lazysmallcheck/Makefile b/devel/hs-lazysmallcheck/Makefile index dc056aa566f2..b7c0c5c66a19 100644 --- a/devel/hs-lazysmallcheck/Makefile +++ b/devel/hs-lazysmallcheck/Makefile @@ -7,11 +7,14 @@ PORTNAME= lazysmallcheck PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A library for demand-driven testing of Haskell programs +LICENSE= BSD + CABAL_SETUP= Setup.hs PORTEXAMPLES= * diff --git a/devel/hs-lazysmallcheck/distinfo b/devel/hs-lazysmallcheck/distinfo index 5989f4b81465..cc00ce625c8a 100644 --- a/devel/hs-lazysmallcheck/distinfo +++ b/devel/hs-lazysmallcheck/distinfo @@ -1,3 +1,2 @@ -MD5 (cabal/lazysmallcheck-0.5.tar.gz) = f14dc0b5e2e2df93bfc3ced9e040d98f SHA256 (cabal/lazysmallcheck-0.5.tar.gz) = 981d48118e02501cf5c7fe726ebe01428c99d94c19005dd7f4b55e1ad414faed SIZE (cabal/lazysmallcheck-0.5.tar.gz) = 17059 diff --git a/devel/hs-lazysmallcheck/pkg-plist b/devel/hs-lazysmallcheck/pkg-plist deleted file mode 100644 index 492b19a8767f..000000000000 --- a/devel/hs-lazysmallcheck/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -@comment $FreeBSD$ -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Test/LazySmallCheck.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a -%%LIBDIR_REL%%/register.sh -%%NOPORTDOCS%%%%DOCSDIR%%/LICENSE -%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Test -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%% -@dirrm %%LIBDIR_REL%% -@exec /bin/sh %D/%%LIBDIR_REL%%/register.sh -@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old -@unexec %D/bin/ghc-pkg unregister %%PORTNAME%%-%%PORTVERSION%% -@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old |