Date: Wednesday, December 5, 2018 @ 10:40:20 Author: felixonmars Revision: 411356
upgpkg: haskell-http-conduit 2.3.4-3 rebuild with base64-bytestring 1.0.0.2 Modified: haskell-http-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-05 10:39:23 UTC (rev 411355) +++ PKGBUILD 2018-12-05 10:40:20 UTC (rev 411356) @@ -4,10 +4,10 @@ _hkgname=http-conduit pkgname=haskell-http-conduit pkgver=2.3.4 -pkgrel=2 +pkgrel=3 pkgdesc="HTTP client package with conduit interface and HTTPS support" url="http://www.yesodweb.com/book/http-conduit" -license=("custom:BSD3") +license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 'haskell-resourcet' 'haskell-unliftio-core')
