Date: Friday, May 18, 2018 @ 06:52:20 Author: felixonmars Revision: 324241
upgpkg: haskell-bower-json 1.0.0.1-51 rebuild with ghc 8.4.2 Modified: haskell-bower-json/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 06:51:37 UTC (rev 324240) +++ PKGBUILD 2018-05-18 06:52:20 UTC (rev 324241) @@ -5,13 +5,13 @@ _hkgname=bower-json pkgname=haskell-bower-json pkgver=1.0.0.1 -pkgrel=50 +pkgrel=51 pkgdesc="Read bower.json from Haskell" url="https://github.com/hdgarrood/bower-json" license=("MIT") arch=('x86_64') -depends=('ghc-libs' "haskell-aeson" "haskell-aeson-better-errors" "haskell-mtl" "haskell-scientific" - "haskell-text" "haskell-unordered-containers" "haskell-vector") +depends=('ghc-libs' "haskell-aeson" "haskell-aeson-better-errors" "haskell-scientific" + "haskell-unordered-containers" "haskell-vector") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('7aa954e2b1bf79307db710c158108bd9ddb45b333ca96072cdbfaf96c77b7e73')
