Date: Saturday, June 17, 2017 @ 15:09:51 Author: felixonmars Revision: 237941
upgpkg: cabal-install 1.24.0.2-1 rebuild with ghc,8.0.2 Modified: cabal-install/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-17 15:08:24 UTC (rev 237940) +++ PKGBUILD 2017-06-17 15:09:51 UTC (rev 237941) @@ -5,24 +5,23 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=cabal-install -pkgver=1.24.0.0 -pkgrel=11 +pkgver=1.24.0.2 +pkgrel=1 pkgdesc="The command-line interface for Cabal and Hackage." url="https://hackage.haskell.org/package/cabal-install" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('gmp' 'zlib' 'libffi') -makedepends=("ghc=8.0.1" "haskell-async" "haskell-base16-bytestring" - "haskell-cryptohash-sha256" "haskell-hackage-security" "haskell-hashable" - "haskell-http" "haskell-mtl" "haskell-network" "haskell-network-uri" - "haskell-random" "haskell-stm" "haskell-tar" "haskell-zlib") +depends=("ghc" "haskell-async" "haskell-base16-bytestring" "haskell-cryptohash-sha256" + "haskell-hackage-security" "haskell-hashable" "haskell-http" "haskell-mtl" + "haskell-network" "haskell-network-uri" "haskell-random" "haskell-stm" "haskell-tar" + "haskell-zlib") source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz") -md5sums=('beb998cdc385523935620381abe393f4') +md5sums=('2577c3d7712a74614bf7cc63a5341cab') build() { cd "${srcdir}/$pkgname-$pkgver" - runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ + runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --docdir="/usr/share/doc/${pkgname}" \ -fnetwork-uri -f-old-directory -f-old-bytestring runhaskell Setup build }
