Date: Wednesday, May 16, 2018 @ 20:53:17 Author: felixonmars Revision: 323261
upgpkg: haskell-x509-validation 1.6.10-5 rebuild with ghc 8.4.2 Modified: haskell-x509-validation/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 20:52:22 UTC (rev 323260) +++ PKGBUILD 2018-05-16 20:53:17 UTC (rev 323261) @@ -5,7 +5,7 @@ _hkgname=x509-validation pkgname=haskell-x509-validation pkgver=1.6.10 -pkgrel=4 +pkgrel=5 pkgdesc="X.509 Certificate and CRL validation" url="https://github.com/vincenthz/hs-certificate" license=("custom:BSD3") @@ -12,7 +12,7 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-asn1-encoding' 'haskell-asn1-types' 'haskell-byteable' 'haskell-cryptonite' 'haskell-data-default-class' 'haskell-hourglass' 'haskell-memory' - 'haskell-mtl' 'haskell-pem' 'haskell-x509' 'haskell-x509-store') + 'haskell-pem' 'haskell-x509' 'haskell-x509-store') makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('f46dc7aeea1c1650ce8711d87f95d2b61bd0ead64df5176aa4ba0a9be435c4aa76a7a2f02acb58b7cdafd533a387e43ffb7078d7c84b1f5b90dd76b68da248ae')
