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

Felix Yan fyan at archlinux.org
Wed May 25 16:15:08 UTC 2016


    Date: Wednesday, May 25, 2016 @ 18:15:08
  Author: fyan
Revision: 177024

upgpkg: cabal-install 1.24.0.0-1

rebuild with ghc-8.0.1, base-prelude-1.0.1.1, cabal-install-1.24.0.0, cairo-0.13.2.0, cmark-0.5.2.1, data-default-0.7.0, data-default-class-0.1.0, extra-1.4.7, generic-trie-0.3.0.2, glib-0.13.3.0, gtk3-0.14.3, haddock-api-2.17.2, haddock-library-1.4.1, js-jquery-1.12.4, memory-0.13, microlens-0.4.4.0, network-multicast-0.1.1, pango-0.13.2.0, simple-sendfile-0.2.24, stack-1.1.2, texmath-0.8.6.3, wai-3.2.1.1

Modified:
  cabal-install/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-25 16:11:45 UTC (rev 177023)
+++ PKGBUILD	2016-05-25 16:15:08 UTC (rev 177024)
@@ -5,23 +5,25 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=cabal-install
-pkgver=1.22.9.0
-pkgrel=4
+pkgver=1.24.0.0
+pkgrel=1
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="http://hackage.haskell.org/package/cabal-install"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('gmp' 'zlib' 'libffi')
-makedepends=("ghc=7.10.3" "haskell-http" "haskell-mtl" "haskell-network" "haskell-network-uri"
-             "haskell-random" "haskell-stm" "haskell-zlib")
+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")
 source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz")
-md5sums=('460995d67a9dc65f04bd2a68eaccf6a5')
+md5sums=('beb998cdc385523935620381abe393f4')
 
 build() {
   cd "${srcdir}/$pkgname-$pkgver"
 
   runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-    -fnetwork-uri -f-old-directory
+    -fnetwork-uri -f-old-directory -f-old-bytestring
   runhaskell Setup build
 }
 



More information about the arch-commits mailing list