Date: Wednesday, January 22, 2020 @ 13:00:45 Author: felixonmars Revision: 553484
upgpkg: cabal-install 3.0.0.0-1: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0, safecopy 0.10.2, singletons 2.6, clash-prelude 1.0.1, store 0.7.1, hackage-security 0.6.0.0 Modified: cabal-install/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-22 12:59:19 UTC (rev 553483) +++ PKGBUILD 2020-01-22 13:00:45 UTC (rev 553484) @@ -4,8 +4,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=cabal-install -pkgver=2.4.0.0 -pkgrel=178 +pkgver=3.0.0.0 +pkgrel=1 pkgdesc="The command-line interface for Cabal and Hackage." url="https://hackage.haskell.org/package/cabal-install" license=('BSD') @@ -13,14 +13,17 @@ 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-zip-archive') + 'haskell-tar' 'haskell-zlib') makedepends=('ghc') -source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz") -sha512sums=('caf49ec35d5665164b76db3a6219c0409243fb80fd7a740a91933732fbb26fc3efef88ddc3d769a76d0f76811ea83a6a7effdab5ad8264da808d4469c9faf125') +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') prepare() { cd $pkgname-$pkgver - sed -i -e 's/< *0.4/<1/' -e 's/< *2.8/<4/' $pkgname.cabal + patch -p2 -i ../cabal-install-hackage-security-0.6.patch || : + sed -i -e 's/< *4/<5/' $pkgname.cabal } build() {
