Date: Thursday, May 17, 2018 @ 12:32:55 Author: felixonmars Revision: 323718
upgpkg: haskell-text-short 0.1.2-11 rebuild with ghc 8.4.2 Modified: haskell-text-short/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 12:30:07 UTC (rev 323717) +++ PKGBUILD 2018-05-17 12:32:55 UTC (rev 323718) @@ -5,12 +5,12 @@ _hkgname=text-short pkgname=haskell-text-short pkgver=0.1.2 -pkgrel=10 +pkgrel=11 pkgdesc="Memory-efficient representation of Unicode text strings" url="https://github.com/hvr/text-short" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-hashable' 'haskell-text') +depends=('ghc-libs' 'haskell-hashable') makedepends=('ghc' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
