svn commit: r332165 - head/devel/hs-haskell-platform
Gabor Pali
pgj at FreeBSD.org
Wed Oct 30 19:29:56 UTC 2013
Author: pgj
Date: Wed Oct 30 19:29:55 2013
New Revision: 332165
URL: http://svnweb.freebsd.org/changeset/ports/332165
Log:
- Fix recent breakage caused by r331644
Reported by: marino
Obtained from: FreeBSD Haskell
Modified:
head/devel/hs-haskell-platform/Makefile
Modified: head/devel/hs-haskell-platform/Makefile
==============================================================================
--- head/devel/hs-haskell-platform/Makefile Wed Oct 30 19:28:26 2013 (r332164)
+++ head/devel/hs-haskell-platform/Makefile Wed Oct 30 19:29:55 2013 (r332165)
@@ -12,40 +12,40 @@ LICENSE= BSD
METAPORT= yes
-USE_CABAL= async==2.0.1.4 \
- attoparsec==0.10.4.0_1 \
- cgi==3001.1.7.5,1 \
- fgl==5.4.2.4_5 \
- GLUT==2.4.0.0,1 \
- GLURaw==1.3.0.0 \
- haskell-src==1.0.1.5_4 \
- hashable==1.1.2.5,1 \
- html==1.0.1.2_7 \
- HTTP==4000.2.8 \
- HUnit==1.2.5.2 \
- mtl==2.1.2_2 \
- network==2.4.1.2 \
- OpenGL==2.8.0.0,1 \
- OpenGLRaw==1.3.0.0 \
- parallel==3.2.0.3_2 \
- parsec==3.1.3_2 \
- primitive==0.5.0.1_2 \
- QuickCheck==2.6 \
- random==1.0.1.1_4 \
- regex-base==0.93.2_7 \
- regex-compat==0.95.1_5 \
- regex-posix==0.95.2_2 \
- split==0.2.2 \
- stm==2.4.2 \
- syb==0.4.0 \
- text==0.11.3.1 \
- transformers==0.3.0.0_4 \
- vector==0.10.0.1_2 \
- xhtml==3000.2.1_4 \
- zlib==0.5.4.1 \
- cabal-install==1.16.0.2 \
- alex==3.0.5 \
- happy==1.18.10_2
+USE_CABAL= async==2.0.1.4_1 \
+ attoparsec==0.10.4.0_2 \
+ cgi==3001.1.7.5_1,1 \
+ fgl==5.4.2.4_6 \
+ GLUT==2.4.0.0_1,1 \
+ GLURaw==1.3.0.0_1 \
+ haskell-src==1.0.1.5_5 \
+ hashable==1.1.2.5_1,1 \
+ html==1.0.1.2_8 \
+ HTTP==4000.2.8_1 \
+ HUnit==1.2.5.2_1 \
+ mtl==2.1.2_3 \
+ network==2.4.1.2_1 \
+ OpenGL==2.8.0.0_1,1 \
+ OpenGLRaw==1.3.0.0_1 \
+ parallel==3.2.0.3_3 \
+ parsec==3.1.3_3 \
+ primitive==0.5.0.1_3 \
+ QuickCheck==2.6_1 \
+ random==1.0.1.1_5 \
+ regex-base==0.93.2_8 \
+ regex-compat==0.95.1_6 \
+ regex-posix==0.95.2_3 \
+ split==0.2.2_1 \
+ stm==2.4.2_1 \
+ syb==0.4.0_1 \
+ text==0.11.3.1_1 \
+ transformers==0.3.0.0_5 \
+ vector==0.10.0.1_3 \
+ xhtml==3000.2.1_5 \
+ zlib==0.5.4.1_1 \
+ cabal-install==1.16.0.2_1 \
+ alex==3.0.5_1 \
+ happy==1.18.10_3
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
More information about the svn-ports-all
mailing list