diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-09 11:13:39 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-09 11:13:39 +0100 |
commit | 80c5e58be137999f5d9690b682e888436ffe69b2 (patch) | |
tree | 5aef91b2cbc21ef5471d9ab69066ba7beaf747f0 /extra/ghc | |
parent | 9866fa59a35ebbae88bec725eba8551f34990e03 (diff) | |
parent | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/haskell-dataenc/PKGBUILD
community/haskell-haskeline/PKGBUILD
community/haskell-hslogger/PKGBUILD
community/haskell-terminfo/PKGBUILD
community/haskell-utf8-string/PKGBUILD
community/haskell-x11-xft/PKGBUILD
core/openssl/PKGBUILD
extra/cabal-install/PKGBUILD
extra/haskell-http/PKGBUILD
extra/haskell-mtl/PKGBUILD
extra/haskell-network/PKGBUILD
extra/haskell-parsec/PKGBUILD
extra/haskell-text/PKGBUILD
extra/haskell-transformers/PKGBUILD
extra/haskell-zlib/PKGBUILD
extra/kdebindings-python/PKGBUILD
Diffstat (limited to 'extra/ghc')
-rw-r--r-- | extra/ghc/PKGBUILD | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/extra/ghc/PKGBUILD b/extra/ghc/PKGBUILD index 19393772c..70daf9ae4 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' 'mips64el') @@ -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() { |