Date: Saturday, April 25, 2020 @ 00:40:10 Author: felixonmars Revision: 619647
upgpkg: haskell-http-download 0.2.0.0-40: 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-http-download/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-25 00:39:26 UTC (rev 619646) +++ PKGBUILD 2020-04-25 00:40:10 UTC (rev 619647) @@ -3,13 +3,13 @@ _hkgname=http-download pkgname=haskell-http-download pkgver=0.2.0.0 -pkgrel=39 +pkgrel=40 pkgdesc="Verified downloads with retries" url="https://github.com/commercialhaskell/http-download" license=('MIT') arch=('x86_64') depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-conduit' 'haskell-conduit-extra' - 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-exceptions' + 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-http-client' 'haskell-http-conduit' 'haskell-http-types' 'haskell-memory' 'haskell-path' 'haskell-path-io' 'haskell-retry' 'haskell-rio' 'haskell-rio-prettyprint') makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover')
