Date: Sunday, May 20, 2018 @ 04:38:17
  Author: felixonmars
Revision: 324988

upgpkg: cabal-install 2.2.0.0-1

Modified:
  cabal-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-20 04:37:31 UTC (rev 324987)
+++ PKGBUILD    2018-05-20 04:38:17 UTC (rev 324988)
@@ -5,8 +5,8 @@
 # Contributor: Arch Haskell Team <[email protected]>
 
 pkgname=cabal-install
-pkgver=2.0.0.1
-pkgrel=56
+pkgver=2.2.0.0
+pkgrel=1
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="https://hackage.haskell.org/package/cabal-install";
 license=('custom:BSD3')
@@ -13,12 +13,12 @@
 arch=('x86_64')
 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')
+         'haskell-http' 'haskell-network' 'haskell-network-uri' 
'haskell-random' 'haskell-resolv'
+         'haskell-tar' 'haskell-zlib')
 makedepends=('ghc' 'haskell-pretty-show' 'haskell-quickcheck' 'haskell-tagged' 
'haskell-tasty'
              'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz";)
-sha512sums=('136105745e22b83a9ab906ac71ebbf4a5992b1731dd152e88eaa8dfd0d3076ddaca80bf0077c8b59c085c7d2f2fd0a3786e6e4c70a47dc924995f23758952a16')
+sha512sums=('1b8c31dee09332808bc727322e1e0ca6aaa8c818c5172f412a9d56e8474c93cc814cab6d0cb776a5d0bb94155c023a098872fb91329ff6377278f891f06686f2')
 
 build() {
   cd "${srcdir}/$pkgname-$pkgver"
@@ -25,8 +25,8 @@
 
   runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
     --docdir="/usr/share/doc/${pkgname}" --enable-tests \
-    -fnetwork-uri -f-old-directory -f-old-bytestring 
-f-debug-expensive-assertions -f-debug-conflict-sets \
-    -f-debug-tracetree -f-parsec -f-monolithic
+    -fnetwork-uri -fnative-dns -f-debug-expensive-assertions 
-f-debug-conflict-sets \
+    -f-debug-tracetree -f-monolithic -f-lib
   runhaskell Setup build
 }
 

Reply via email to