Date: Thursday, May 17, 2018 @ 09:59:28 Author: felixonmars Revision: 323608
upgpkg: haskell-listlike 4.6-6 rebuild with ghc 8.4.2 Modified: haskell-listlike/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 09:57:24 UTC (rev 323607) +++ PKGBUILD 2018-05-17 09:59:28 UTC (rev 323608) @@ -4,12 +4,12 @@ _hkgname=ListLike pkgname=haskell-listlike pkgver=4.6 -pkgrel=5 +pkgrel=6 pkgdesc="Generic support for list-like structures" url="https://github.com/sjoerdvisscher/listlike" license=('custom:BSD3') arch=('x86_64') -depends=('ghc-libs' 'haskell-dlist' 'haskell-fmlist' 'haskell-semigroups' 'haskell-text' +depends=('ghc-libs' 'haskell-dlist' 'haskell-fmlist' 'haskell-semigroups' 'haskell-utf8-string' 'haskell-vector') makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-random') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
