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

Felix Yan felixonmars at archlinux.org
Thu Aug 17 06:32:34 UTC 2017


    Date: Thursday, August 17, 2017 @ 06:32:33
  Author: felixonmars
Revision: 251565

upgpkg: cabal-install 2.0.0.0-1

GHC 8.2.1 rebuild

Modified:
  cabal-install/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-17 06:25:56 UTC (rev 251564)
+++ PKGBUILD	2017-08-17 06:32:33 UTC (rev 251565)
@@ -5,24 +5,27 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=cabal-install
-pkgver=1.24.0.2
-pkgrel=2
+pkgver=2.0.0.0
+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=('ghc' "haskell-async" "haskell-base16-bytestring" "haskell-cryptohash-sha256"
+depends=('ghc-libs' "haskell-async" "haskell-base16-bytestring" "haskell-cryptohash-sha256"
+         "haskell-echo" "haskell-edit-distance"
          "haskell-hackage-security" "haskell-hashable" "haskell-http" "haskell-mtl"
          "haskell-network" "haskell-network-uri" "haskell-random" "haskell-stm" "haskell-tar"
          "haskell-zlib")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz")
-md5sums=('2577c3d7712a74614bf7cc63a5341cab')
+sha512sums=('4aac5f27d3d8650224bff5ae24e835d9b772596f3b455ef141bef77c831eebd252e1a17f19c3d534752aa03664273053f151fa3187bd7cd267eaab2a0e61b82d')
 
 build() {
   cd "${srcdir}/$pkgname-$pkgver"
 
   runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --docdir="/usr/share/doc/${pkgname}" \
-    -fnetwork-uri -f-old-directory -f-old-bytestring
+    -fnetwork-uri -f-old-directory -f-old-bytestring -f-debug-expensive-assertions -f-debug-conflict-sets \
+    -f-debug-tracetree -f-parsec -f-monolithic
   runhaskell Setup build
 }
 



More information about the arch-commits mailing list