[arch-commits] Commit in ghc/trunk (PKGBUILD)

Thomas Dziedzic td123 at nymeria.archlinux.org
Thu Jan 31 06:53:44 UTC 2013


    Date: Thursday, January 31, 2013 @ 07:53:44
  Author: td123
Revision: 176363

upgpkg: ghc 7.6.2-1

bump

Modified:
  ghc/trunk/PKGBUILD

----------+
 PKGBUILD |   28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-31 05:00:26 UTC (rev 176362)
+++ PKGBUILD	2013-01-31 06:53:44 UTC (rev 176363)
@@ -7,7 +7,7 @@
 #   This implies that all libraries need to be rebuilt when ghc is rebuilt.
 
 pkgname=ghc
-pkgver=7.6.1
+pkgver=7.6.2
 pkgrel=1
 pkgdesc='The Glasgow Haskell Compiler'
 arch=('i686' 'x86_64')
@@ -22,13 +22,13 @@
 #options=('!makeflags')
 # missing rtl?
 provides=('haskell-array=0.4.0.1'
-          'haskell-base=4.6.0.0'
+          'haskell-base=4.6.0.1'
           'haskell-binary=0.5.1.1'
           'haskell-bin-package-db=0.0.0.0'
-          'haskell-bytestring=0.10.0.0'
+          'haskell-bytestring=0.10.0.2'
           'haskell-containers=0.5.0.0'
           'haskell-deepseq=1.3.0.1'
-          'haskell-directory=1.2.0.0'
+          'haskell-directory=1.2.0.1'
           'haskell-filepath=1.3.0.1'
           'haskell-ghc-prim=0.3.0.0'
           'haskell-haskell2010=1.1.1.0'
@@ -42,16 +42,17 @@
           'haskell-process=1.1.0.2'
           'haskell-template-haskell=2.8.0.0'
           'haskell-time=1.4.0.1'
-          'haskell-unix=2.6.0.0'
-          'haskell-cabal=1.16.0')
+          'haskell-unix=2.6.0.1'
+          'haskell-cabal=1.16.0'
+         )
 replaces=('haskell-array<0.4.0.1'
-          'haskell-base<4.6.0.0'
+          'haskell-base<4.6.0.1'
           'haskell-binary<0.5.1.1'
           'haskell-bin-package-db<0.0.0.0'
-          'haskell-bytestring<0.10.0.0'
+          'haskell-bytestring<0.10.0.2'
           'haskell-containers<0.5.0.0'
           'haskell-deepseq<1.3.0.1'
-          'haskell-directory<1.2.0.0'
+          'haskell-directory<1.2.0.1'
           'haskell-filepath<1.3.0.1'
           'haskell-ghc-prim<0.3.0.0'
           'haskell-haskell2010<1.1.1.0'
@@ -65,13 +66,14 @@
           'haskell-process<1.1.0.2'
           'haskell-template-haskell<2.8.0.0'
           'haskell-time<1.4.0.1'
-          'haskell-unix<2.6.0.0'
-          'haskell-cabal<1.16.0')
+          'haskell-unix<2.6.0.1'
+          'haskell-cabal<1.16.0'
+         )
 source=("http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-src.tar.bz2"
         "http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-testsuite.tar.bz2"
         'build.mk')
-md5sums=('e9d892d2970550ec5e70130b3621f6b6'
-         '0d93c458e3b445a7e524ef6ae459ce11'
+md5sums=('2585d83e7d8daece2fe0949c6bc42a2c'
+         '8454aaeb4e226ddb66c237c15874a47f'
          'c367ef26300648ee9b8aca3dee5c9669')
 
 build() {




More information about the arch-commits mailing list