Date: Saturday, April 25, 2020 @ 00:39:16 Author: felixonmars Revision: 619645
upgpkg: haskell-casa-client 0.0.1-24: 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-casa-client/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-25 00:38:38 UTC (rev 619644) +++ PKGBUILD 2020-04-25 00:39:16 UTC (rev 619645) @@ -3,7 +3,7 @@ _hkgname=casa-client pkgname=haskell-casa-client pkgver=0.0.1 -pkgrel=23 +pkgrel=24 pkgdesc="Content Addressable Storage Archive client" url="https://github.com/fpco/casa" license=('MIT') @@ -10,7 +10,7 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring' 'haskell-casa-types' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' - 'haskell-exceptions' 'haskell-http-conduit' 'haskell-http-types' 'haskell-memory' + 'haskell-http-conduit' 'haskell-http-types' 'haskell-memory' 'haskell-network-uri' 'haskell-resourcet' 'haskell-th-lift' 'haskell-unliftio-core' 'haskell-unordered-containers') makedepends=('ghc')
