diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 13:09:10 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 13:09:10 +0800 |
commit | 96e462e5dc40904874d8cd904bd9013cebca04c4 (patch) | |
tree | 5b5a54117b77283cbcd7bf0f58c7f54fa1a6145b /math/hs-mwc-random | |
parent | 5263838a8b55f941bc1029fa082690d4ef5f2eb8 (diff) | |
download | freebsd-ports-gnome-96e462e5dc40904874d8cd904bd9013cebca04c4.tar.gz freebsd-ports-gnome-96e462e5dc40904874d8cd904bd9013cebca04c4.tar.zst freebsd-ports-gnome-96e462e5dc40904874d8cd904bd9013cebca04c4.zip |
- Update to 0.10.0.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'math/hs-mwc-random')
-rw-r--r-- | math/hs-mwc-random/Makefile | 3 | ||||
-rw-r--r-- | math/hs-mwc-random/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/math/hs-mwc-random/Makefile b/math/hs-mwc-random/Makefile index f124f1b235c6..f797a0b2ae85 100644 --- a/math/hs-mwc-random/Makefile +++ b/math/hs-mwc-random/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mwc-random -PORTVERSION= 0.10.0.0 +PORTVERSION= 0.10.0.1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -16,7 +16,6 @@ LICENSE= BSD USE_CABAL= primitive vector>=0.6.0.2 -PORTDATA= * INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR} .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/math/hs-mwc-random/distinfo b/math/hs-mwc-random/distinfo index f0da510f3483..bc2202736dfb 100644 --- a/math/hs-mwc-random/distinfo +++ b/math/hs-mwc-random/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/mwc-random-0.10.0.0.tar.gz) = 1ba95ebe18886ee49c0c7ff20a68f560541545931bfe9b0f065d4e260fe67f5d -SIZE (cabal/mwc-random-0.10.0.0.tar.gz) = 11113 +SHA256 (cabal/mwc-random-0.10.0.1.tar.gz) = 2b71ead999eee3be3d5fe1302245e635d133da8a56f8f17a16ee149741a2b356 +SIZE (cabal/mwc-random-0.10.0.1.tar.gz) = 11062 |