Date: Wednesday, December 16, 2020 @ 07:52:18 Author: felixonmars Revision: 776349
upgpkg: haskell-aws 0.22-157: rebuild with base16-bytestring 1.0.0.0, casa-types 0.0.2 Modified: haskell-aws/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-16 06:58:55 UTC (rev 776348) +++ PKGBUILD 2020-12-16 07:52:18 UTC (rev 776349) @@ -4,7 +4,7 @@ _hkgname=aws pkgname=haskell-aws pkgver=0.22 -pkgrel=156 +pkgrel=157 pkgdesc="Amazon Web Services (AWS) for Haskell" url="https://github.com/aristidb/aws" license=("BSD") @@ -17,7 +17,7 @@ 'haskell-monad-control' 'haskell-network' 'haskell-network-bsd' 'haskell-old-locale' 'haskell-resourcet' 'haskell-safe' 'haskell-scientific' 'haskell-tagged' 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' 'haskell-xml-conduit') -makedepends=('ghc' 'haskell-quickcheck' 'haskell-errors' 'haskell-http-client' +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-errors' 'haskell-http-client' 'haskell-http-client-tls' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-transformers-base') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") @@ -25,7 +25,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/== *1.0/== 1.2/;s/< *0.7/<1/' $_hkgname.cabal + uusi -u base16-bytestring -u base64-bytestring -u http-client $_hkgname.cabal } build() {
