Date: Thursday, May 17, 2018 @ 13:49:22 Author: felixonmars Revision: 323802
upgpkg: haskell-hjsonpointer 1.4.0-2 rebuild with ghc 8.4.2 Modified: haskell-hjsonpointer/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 13:48:38 UTC (rev 323801) +++ PKGBUILD 2018-05-17 13:49:22 UTC (rev 323802) @@ -5,13 +5,13 @@ _hkgname=hjsonpointer pkgname=haskell-hjsonpointer pkgver=1.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="JSON Pointer library" url="https://github.com/haskell-foundation/foundation" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-hashable' 'haskell-quickcheck' - 'haskell-unordered-containers' 'haskell-text' 'haskell-vector') + 'haskell-unordered-containers' 'haskell-vector') makedepends=('ghc' 'haskell-hspec' 'haskell-http-types') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('ffdafe69deb02d2da67be69cb6c981e83620f357a75d47856307b69d0eaf026cfc6f8d8f00d0fc888f013b8515df3b1bd07bd1aa2bdb01e44df8d6794916e014')
