Date: Wednesday, May 16, 2018 @ 20:02:08 Author: felixonmars Revision: 323206
upgpkg: haskell-text-latin1 0.3.1-3 rebuild with ghc 8.4.2 Modified: haskell-text-latin1/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 20:01:34 UTC (rev 323205) +++ PKGBUILD 2018-05-16 20:02:08 UTC (rev 323206) @@ -4,13 +4,13 @@ _hkgname=text-latin1 pkgname=haskell-text-latin1 pkgver=0.3.1 -pkgrel=2 +pkgrel=3 pkgdesc="Latin-1 (including ASCII) utility functions" url="https://github.com/mvv/text-latin1" license=('custom:BSD3') arch=('x86_64') depends=('ghc-libs' 'haskell-case-insensitive' 'haskell-data-checked' 'haskell-hashable' - 'haskell-semigroups' 'haskell-text') + 'haskell-semigroups') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('f1a86470fd35e2641025a9d475766e35603e9b2d62d6180fe23bc0d7e4338c1560c228363712a320aed61ad1bf277fa22cd41e37e79608c4c261ff0ed88cae3b')
