Date: Wednesday, May 16, 2018 @ 19:58:42 Author: felixonmars Revision: 323198
upgpkg: haskell-wl-pprint-annotated 0.1.0.0-9 rebuild with ghc 8.4.2 Modified: haskell-wl-pprint-annotated/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 19:58:05 UTC (rev 323197) +++ PKGBUILD 2018-05-16 19:58:42 UTC (rev 323198) @@ -5,12 +5,12 @@ _hkgname=wl-pprint-annotated pkgname=haskell-wl-pprint-annotated pkgver=0.1.0.0 -pkgrel=8 +pkgrel=9 pkgdesc="Wadler/Leijen pretty printer with annotations and slightly modernized API" url="https://github.com/minad/wl-pprint-annotated" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-text') +depends=('ghc-libs') makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('b6e5a9e58deea2c877df8cba8ade09fb9a8df2d62b10f92981b7f174d660659c8cf03c1fd48004919d5c6d1ec5c820e913c2f332498cfae1f62c2c7092c65a3b')
