Date: Saturday, March 21, 2020 @ 23:57:40 Author: felixonmars Revision: 603119
upgpkg: haskell-aws 0.22-16: rebuild with network 3.1.1.1, network-bsd 2.8.1.0 Modified: haskell-aws/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-21 23:57:32 UTC (rev 603118) +++ PKGBUILD 2020-03-21 23:57:40 UTC (rev 603119) @@ -4,7 +4,7 @@ _hkgname=aws pkgname=haskell-aws pkgver=0.22 -pkgrel=14 +pkgrel=16 pkgdesc="Amazon Web Services (AWS) for Haskell" url="https://github.com/aristidb/aws" license=("BSD") @@ -14,9 +14,9 @@ 'haskell-case-insensitive' 'haskell-cereal' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' 'haskell-data-default' 'haskell-exceptions' 'haskell-http-conduit' 'haskell-http-client-tls' 'haskell-http-types' 'haskell-lifted-base' 'haskell-memory' - 'haskell-monad-control' 'haskell-network' 'haskell-old-locale' 'haskell-resourcet' - 'haskell-safe' 'haskell-scientific' 'haskell-tagged' 'haskell-unordered-containers' - 'haskell-utf8-string' 'haskell-vector' 'haskell-xml-conduit') + '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' 'haskell-http-client-tls' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-transformers-base')
