Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 2014 15:09:33 +0000 (UTC)
From:      Gabor Pali <pgj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368107 - head/devel/hs-haskell-platform
Message-ID:  <201409131509.s8DF9X5i066858@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pgj
Date: Sat Sep 13 15:09:33 2014
New Revision: 368107
URL: http://svnweb.freebsd.org/changeset/ports/368107
QAT: https://qat.redports.org/buildarchive/r368107/

Log:
  - Chase the recent sweep of port revision bumps
  
  Obtained from:	FreeBSD Haskell

Modified:
  head/devel/hs-haskell-platform/Makefile

Modified: head/devel/hs-haskell-platform/Makefile
==============================================================================
--- head/devel/hs-haskell-platform/Makefile	Sat Sep 13 14:57:18 2014	(r368106)
+++ head/devel/hs-haskell-platform/Makefile	Sat Sep 13 15:09:33 2014	(r368107)
@@ -14,40 +14,40 @@ LICENSE=	BSD3CLAUSE
 
 METAPORT=	yes
 
-USE_CABAL=	async==2.0.1.5 \
-		attoparsec==0.10.4.0_6 \
-		case-insensitive==1.1.0.3 \
-		fgl==5.5.0.1 \
-		GLUT==2.5.1.1,1 \
-		GLURaw==1.4.0.1 \
-		haskell-src==1.0.1.6 \
-		hashable==1.2.2.0,1 \
-		html==1.0.1.2_12 \
-		HTTP==4000.2.10 \
-		HUnit==1.2.5.2_5 \
-		mtl==2.1.3.1 \
-		network==2.4.2.3 \
-		OpenGL==2.9.2.0,1 \
-		OpenGLRaw==1.5.0.0 \
-		parallel==3.2.0.4 \
-		parsec==3.1.5 \
-		primitive==0.5.2.1 \
-		QuickCheck==2.6_5 \
-		random==1.0.1.1_9 \
-		regex-base==0.93.2_12 \
-		regex-compat==0.95.1_10 \
-		regex-posix==0.95.2_7 \
-		split==0.2.2_5 \
-		stm==2.4.2_5 \
-		syb==0.4.1 \
-		text==1.1.0.0 \
-		unordered-containers==0.2.4.0 \
-		vector==0.10.9.1 \
-		zlib==0.5.4.1_5 \
-		cabal-install==1.18.0.5 \
-		alex==3.1.3 \
-		happy==1.19.4 \
-		hscolour==1.20.3_7,1
+USE_CABAL=	async==2.0.1.5_1 \
+		attoparsec==0.10.4.0_7 \
+		case-insensitive==1.1.0.3_1 \
+		fgl==5.5.0.1_1 \
+		GLUT==2.5.1.1_1,1 \
+		GLURaw==1.4.0.1_1 \
+		haskell-src==1.0.1.6_1 \
+		hashable==1.2.2.0_1,1 \
+		html==1.0.1.2_13 \
+		HTTP==4000.2.10_1 \
+		HUnit==1.2.5.2_6 \
+		mtl==2.1.3.1_1 \
+		network==2.4.2.3_1 \
+		OpenGL==2.9.2.0_1,1 \
+		OpenGLRaw==1.5.0.0_1 \
+		parallel==3.2.0.4_1 \
+		parsec==3.1.5_1 \
+		primitive==0.5.2.1_1 \
+		QuickCheck==2.6_6 \
+		random==1.0.1.1_10 \
+		regex-base==0.93.2_13 \
+		regex-compat==0.95.1_11 \
+		regex-posix==0.95.2_8 \
+		split==0.2.2_6 \
+		stm==2.4.2_6 \
+		syb==0.4.1_1 \
+		text==1.1.0.0_1 \
+		unordered-containers==0.2.4.0_1 \
+		vector==0.10.9.1_1 \
+		zlib==0.5.4.1_6 \
+		cabal-install==1.18.0.5_1 \
+		alex==3.1.3_1 \
+		happy==1.19.4_1 \
+		hscolour==1.20.3_8,1
 
 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409131509.s8DF9X5i066858>