Date: Tuesday, June 20, 2017 @ 09:30:11 Author: felixonmars Revision: 238916
upgpkg: haskell-tls 1.3.10-15 rebuild with foundation,0.0.12 Modified: haskell-tls/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-20 09:27:45 UTC (rev 238915) +++ PKGBUILD 2017-06-20 09:30:11 UTC (rev 238916) @@ -5,12 +5,12 @@ _hkgname=tls pkgname=haskell-tls pkgver=1.3.10 -pkgrel=14 +pkgrel=15 pkgdesc="TLS/SSL protocol native implementation (Server and Client)" url="http://github.com/vincenthz/hs-tls" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-asn1-encoding" "haskell-asn1-types" "haskell-async" "haskell-cereal" +depends=('ghc' "haskell-asn1-encoding" "haskell-asn1-types" "haskell-async" "haskell-cereal" "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" "haskell-mtl" "haskell-network" "haskell-x509" "haskell-x509-store" "haskell-x509-validation") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
