From owner-svn-ports-all@FreeBSD.ORG Sat Sep 13 15:09:34 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44D6C77F; Sat, 13 Sep 2014 15:09:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 168E31C5; Sat, 13 Sep 2014 15:09:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8DF9Xs0066859; Sat, 13 Sep 2014 15:09:33 GMT (envelope-from pgj@FreeBSD.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8DF9X5i066858; Sat, 13 Sep 2014 15:09:33 GMT (envelope-from pgj@FreeBSD.org) Message-Id: <201409131509.s8DF9X5i066858@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pgj set sender to pgj@FreeBSD.org using -f From: Gabor Pali Date: Sat, 13 Sep 2014 15:09:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368107 - head/devel/hs-haskell-platform X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2014 15:09:34 -0000 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"