summaryrefslogtreecommitdiff
path: root/extra/ghc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-09 00:07:22 -0800
committerroot <root@rshg054.dnsready.net>2013-02-09 00:07:22 -0800
commite9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (patch)
tree64f1532d7e6e652c2ea5a0bb5efd7ea36f431535 /extra/ghc
parent7c92c5fcfb5653f63243842299e413672653d1ad (diff)
Sat Feb 9 00:07:22 PST 2013
Diffstat (limited to 'extra/ghc')
-rw-r--r--extra/ghc/PKGBUILD30
1 files changed, 16 insertions, 14 deletions
diff --git a/extra/ghc/PKGBUILD b/extra/ghc/PKGBUILD
index d3a32f5b5..5b3c07416 100644
--- a/extra/ghc/PKGBUILD
+++ b/extra/ghc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 168343 2012-10-09 04:08:52Z tdziedzic $
+# $Id: PKGBUILD 177606 2013-02-08 04:14:31Z td123 $
# Maintainer: Thomas Dziedzic <gostrc@gmail.com>
# Maintainer: Vesa Kaihlavirta <vesa@archlinux.org>
# Special note for devs looking to upgrade this package:
@@ -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 @@ install='ghc.install'
#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 @@ provides=('haskell-array=0.4.0.1'
'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 @@ replaces=('haskell-array<0.4.0.1'
'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() {