Date: Thursday, May 17, 2018 @ 18:50:24 Author: felixonmars Revision: 324031
upgpkg: haskell-jose 0.7.0.0-3 rebuild with ghc 8.4.2 Modified: haskell-jose/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 18:49:15 UTC (rev 324030) +++ PKGBUILD 2018-05-17 18:50:24 UTC (rev 324031) @@ -5,15 +5,15 @@ _hkgname=jose pkgname=haskell-jose pkgver=0.7.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Javascript Object Signing and Encryption and JSON Web Token library" url="https://github.com/frasertweedale/hs-jose" license=("Apache") arch=('x86_64') depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 'haskell-concise' - 'haskell-cryptonite' 'haskell-lens' 'haskell-memory' 'haskell-monad-time' 'haskell-mtl' + 'haskell-cryptonite' 'haskell-lens' 'haskell-memory' 'haskell-monad-time' 'haskell-semigroups' 'haskell-safe' 'haskell-aeson' 'haskell-unordered-containers' - 'haskell-text' 'haskell-network-uri' 'haskell-quickcheck' 'haskell-quickcheck-instances' + 'haskell-network-uri' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-x509' 'haskell-vector') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
