diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-03-29 22:43:58 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-03-29 22:43:58 +0000 |
commit | bd8d410bbe561cb06cef8e6439398148ea172996 (patch) | |
tree | bb6acd9e4d75e5dd918d3f6f723ca485c7f0dd6f /devel/hs-project-template | |
parent | 18f2b16087e8ecd6790e8d551f1083d977da1d77 (diff) |
Notes
Diffstat (limited to 'devel/hs-project-template')
-rw-r--r-- | devel/hs-project-template/Makefile | 4 | ||||
-rw-r--r-- | devel/hs-project-template/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/hs-project-template/Makefile b/devel/hs-project-template/Makefile index 22c75f8543c7..4a17fd11f201 100644 --- a/devel/hs-project-template/Makefile +++ b/devel/hs-project-template/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= project-template -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +11,7 @@ LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= base64-bytestring base64-conduit classy-prelude-conduit>=0.4 \ +USE_CABAL= base64-bytestring base64-conduit classy-prelude>=0.4 \ conduit>=0.5.4 mtl>=2.0 resourcet>=0.4.3 system-fileio>=0.3 \ system-filepath>=0.4 text>=0.11 transformers>=0.2 diff --git a/devel/hs-project-template/distinfo b/devel/hs-project-template/distinfo index 42e34ae9864d..e9d7f950ef9f 100644 --- a/devel/hs-project-template/distinfo +++ b/devel/hs-project-template/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/project-template-0.1.1.tar.gz) = ca160d5d1cce4e39e5a791738725bdb59f39ed92a9f0885fc2fe1c0aa1c3d0a0 -SIZE (cabal/project-template-0.1.1.tar.gz) = 3810 +SHA256 (cabal/project-template-0.1.3.tar.gz) = b5b6251ce85f1e2bcd3a99c7b85257e0a793eda61e72adbd05eda8a447244cdb +SIZE (cabal/project-template-0.1.3.tar.gz) = 3930 |