Date: Thursday, May 17, 2018 @ 11:23:15 Author: felixonmars Revision: 323700
upgpkg: haskell-word-wrap 0.4.1-7 rebuild with ghc 8.4.2 Modified: haskell-word-wrap/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 11:22:34 UTC (rev 323699) +++ PKGBUILD 2018-05-17 11:23:15 UTC (rev 323700) @@ -5,12 +5,12 @@ _hkgname=word-wrap pkgname=haskell-word-wrap pkgver=0.4.1 -pkgrel=6 +pkgrel=7 pkgdesc="A library for word-wrapping" url="https://github.com/jtdaugherty/word-wrap/" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-text') +depends=('ghc-libs') makedepends=('ghc' 'haskell-hspec') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('8160bdc238c3a057c903363d0874986b7ae9543b0bd7c1cbf2ac0aca94dd8fcf9ae40c7c2883b434f71d53c87e7d3dc41c3e645611879310b9c160238ef61637')
