Date: Friday, May 18, 2018 @ 06:26:31 Author: felixonmars Revision: 324205
upgpkg: haskell-jwt 0.7.2-51 rebuild with ghc 8.4.2 Modified: haskell-jwt/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 06:25:48 UTC (rev 324204) +++ PKGBUILD 2018-05-18 06:26:31 UTC (rev 324205) @@ -5,12 +5,12 @@ _hkgname=jwt pkgname=haskell-jwt pkgver=0.7.2 -pkgrel=50 +pkgrel=51 pkgdesc="JSON Web Token (JWT) decoding and encoding" url="https://bitbucket.org/ssaasen/haskell-jwt" license=("MIT") arch=('x86_64') -depends=('ghc-libs' "haskell-cryptonite" "haskell-memory" "haskell-text" "haskell-aeson" +depends=('ghc-libs' "haskell-cryptonite" "haskell-memory" "haskell-aeson" "haskell-unordered-containers" "haskell-scientific" "haskell-data-default" "haskell-http-types" "haskell-vector" "haskell-semigroups" "haskell-network-uri") makedepends=('ghc')
