aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-06-04 07:18:36 +0800
committerpgj <pgj@FreeBSD.org>2012-06-04 07:18:36 +0800
commit8c36ef1bf755d4d2fd2af79d26bf2097e2e222cc (patch)
tree3d7825c4f23cb0ea0d14832e7fb48fa14813a266
parentec689d331c63db09a5f145d2d131558dbbc08065 (diff)
downloadfreebsd-ports-gnome-8c36ef1bf755d4d2fd2af79d26bf2097e2e222cc.tar.gz
freebsd-ports-gnome-8c36ef1bf755d4d2fd2af79d26bf2097e2e222cc.tar.zst
freebsd-ports-gnome-8c36ef1bf755d4d2fd2af79d26bf2097e2e222cc.zip
- Please welcome Haskell Platform 2012.2.0.0!
Obtained from: FreeBSD Haskell
-rw-r--r--devel/hs-haskell-platform/Makefile54
1 files changed, 27 insertions, 27 deletions
diff --git a/devel/hs-haskell-platform/Makefile b/devel/hs-haskell-platform/Makefile
index aab05bf0146b..3639d0aeb7b3 100644
--- a/devel/hs-haskell-platform/Makefile
+++ b/devel/hs-haskell-platform/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= haskell-platform
-PORTVERSION= 2011.4.0.0
+PORTVERSION= 2012.2.0.0
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -15,32 +15,32 @@ COMMENT= The Haskell Platform
LICENSE= BSD
METAPORT= yes
-USE_CABAL= cgi==3001.1.7.4_2,1 \
- fgl==5.4.2.4 \
- GLUT==2.1.2.1_2,1 \
- haskell-src==1.0.1.4_2 \
- html==1.0.1.2_2 \
- HUnit==1.2.4.2 \
- mtl==2.0.1.0_2 \
- network==2.3.0.5 \
- OpenGL==2.2.3.0_2,1 \
- parallel==3.1.0.1_2 \
- parsec==3.1.1_2 \
- QuickCheck==2.4.1.1 \
- regex-base==0.93.2_2 \
- regex-compat==0.95.1 \
- regex-posix==0.95.1 \
- stm==2.2.0.1_2 \
- syb==0.3.3 \
- xhtml==3000.2.0.4 \
- zlib==0.5.3.1_2 \
- HTTP==4000.1.2 \
- deepseq==1.1.0.2_2 \
- text=0.11.1.5 \
- transformers==0.2.2.0_2 \
- cabal-install==0.10.2_1 \
- alex==2.3.5_1 \
- happy==1.18.6_1
+USE_CABAL= cgi==3001.1.7.4_3,1 \
+ fgl==5.4.2.4_1 \
+ GLUT==2.1.2.1_3,1 \
+ haskell-src==1.0.1.5 \
+ html==1.0.1.2_3 \
+ HTTP==4000.2.3 \
+ HUnit==1.2.4.2_1 \
+ mtl==2.1.1 \
+ network==2.3.0.13 \
+ OpenGL==2.2.3.1,1 \
+ parallel==3.2.0.2 \
+ parsec==3.1.2 \
+ QuickCheck==2.4.2 \
+ random==1.0.1.1 \
+ regex-base==0.93.2_3 \
+ regex-compat==0.95.1_1 \
+ regex-posix==0.95.1_1 \
+ stm==2.3 \
+ syb==0.3.6.1 \
+ text=0.11.2.0 \
+ transformers==0.3.0.0 \
+ xhtml==3000.2.1 \
+ zlib==0.5.3.3 \
+ cabal-install==0.14.0 \
+ alex==3.0.1 \
+ happy==1.18.9
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>