Date: Friday, April 24, 2020 @ 19:59:33 Author: felixonmars Revision: 619548
upgpkg: cabal-install 3.2.0.0-1: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1 Modified: cabal-install/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 19:56:34 UTC (rev 619547) +++ PKGBUILD 2020-04-24 19:59:33 UTC (rev 619548) @@ -4,8 +4,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=cabal-install -pkgver=3.0.0.0 -pkgrel=81 +pkgver=3.2.0.0 +pkgrel=1 pkgdesc="The command-line interface for Cabal and Hackage." url="https://hackage.haskell.org/package/cabal-install" license=('BSD') @@ -13,17 +13,16 @@ depends=('ghc-libs' 'haskell-async' 'haskell-base16-bytestring' 'haskell-cryptohash-sha256' 'haskell-echo' 'haskell-edit-distance' 'haskell-hackage-security' 'haskell-hashable' 'haskell-http' 'haskell-network' 'haskell-network-uri' 'haskell-random' 'haskell-resolv' - 'haskell-tar' 'haskell-zlib') + 'haskell-tar' 'haskell-zlib' 'haskell-lukko') makedepends=('ghc') source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz" - cabal-install-hackage-security-0.6.patch::https://github.com/haskell/cabal/commit/0165f0a739a634ed03e6c87f258ebb5810005d21.patch) -sha512sums=('0b15313fc11bc6b6018e01b6a3a65242306977c16ce9333ea1191c1ce0020b180451235a7a65b47bc01791e05d1b246bf9d573fc7e981a46fcfc7da0fed04cca' - 'cbdb8af7c76424fd395f83e5beedc1bd4f97915e4b4cff007b4d69c515e2f9df8a100cdbabe7ec481ba177596bfb852555c65aa3fa5c1911ddaae9a5aa467fae') + $pkgname-ghc8.10.patch::https://github.com/haskell/cabal/pull/6711.patch) +sha512sums=('ad937b2df42b688e4608aa2b91a25daf1042e5573626202e5182cbfeca9acc5933194853405a6396c60d0d28d6d0d5c5276fd85cb6acf4be2c8cd12afe747062' + '9e7245f5080e9c1609994b21d13ecbacb78fa9314d80425464f714f9bd68910d3fb4a5101b582461a89ec0b7115ef6acb2eb4ffba7a2477f65dca192f1eac1e7') prepare() { - cd $pkgname-$pkgver - patch -p2 -i ../cabal-install-hackage-security-0.6.patch || : - sed -i -e 's/< *4/<5/' $pkgname.cabal + cd $pkgname-$pkgver + patch -p2 -i ../$pkgname-ghc8.10.patch || : } build() {
