diff options
Diffstat (limited to 'extra/ghc/PKGBUILD')
-rw-r--r-- | extra/ghc/PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/extra/ghc/PKGBUILD b/extra/ghc/PKGBUILD index 3f5ba7f7c..b36efb967 100644 --- a/extra/ghc/PKGBUILD +++ b/extra/ghc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 183848 2013-04-28 16:50:01Z td123 $ +# $Id: PKGBUILD 196900 2013-10-21 03:40:08Z td123 $ # Maintainer: Thomas Dziedzic <gostrc@gmail.com> # Maintainer: Vesa Kaihlavirta <vesa@archlinux.org> # Special note for devs looking to upgrade this package: @@ -6,6 +6,9 @@ # Libraries depend on versions specified by those hashes. # This implies that all libraries need to be rebuilt when ghc is rebuilt. +# use the following command to print out packages that need to get rebuilt +# grep -r ghc /var/abs/ | awk -F '/' '{ print $5; }' | sort -u + pkgname=ghc pkgver=7.6.3 pkgrel=1 @@ -21,6 +24,7 @@ install='ghc.install' # keep this otherwise a lot of tests will show as unexpected failures... need to investigate why using -jn for n > 1 does this... #options=('!makeflags') # missing rtl? +options=('staticlibs') provides=('haskell-array=0.4.0.1' 'haskell-base=4.6.0.1' 'haskell-binary=0.5.1.1' |