Date: Saturday, April 25, 2020 @ 00:45:02 Author: felixonmars Revision: 619655
upgpkg: haskell-aws 0.22-35: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7 Modified: haskell-aws/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-25 00:43:02 UTC (rev 619654) +++ PKGBUILD 2020-04-25 00:45:02 UTC (rev 619655) @@ -4,7 +4,7 @@ _hkgname=aws pkgname=haskell-aws pkgver=0.22 -pkgrel=34 +pkgrel=35 pkgdesc="Amazon Web Services (AWS) for Haskell" url="https://github.com/aristidb/aws" license=("BSD") @@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring' 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-byteable' 'haskell-case-insensitive' 'haskell-cereal' 'haskell-conduit' 'haskell-conduit-extra' - 'haskell-cryptonite' 'haskell-data-default' 'haskell-exceptions' 'haskell-http-conduit' + 'haskell-cryptonite' 'haskell-data-default' 'haskell-http-conduit' 'haskell-http-client-tls' 'haskell-http-types' 'haskell-lifted-base' 'haskell-memory' 'haskell-monad-control' 'haskell-network' 'haskell-network-bsd' 'haskell-old-locale' 'haskell-resourcet' 'haskell-safe' 'haskell-scientific' 'haskell-tagged'
