Date: Friday, May 18, 2018 @ 04:52:02 Author: felixonmars Revision: 324120
upgpkg: haskell-cassava 0.5.1.0-26 rebuild with ghc 8.4.2 Modified: haskell-cassava/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 04:50:57 UTC (rev 324119) +++ PKGBUILD 2018-05-18 04:52:02 UTC (rev 324120) @@ -5,13 +5,13 @@ _hkgname=cassava pkgname=haskell-cassava pkgver=0.5.1.0 -pkgrel=25 +pkgrel=26 pkgdesc="A CSV parsing and encoding library" url="https://github.com/tibbe/cassava" license=("custom:BSD3") arch=('x86_64') depends=('ghc-libs' "haskell-attoparsec" "haskell-hashable" "haskell-only" "haskell-scientific" - "haskell-text" "haskell-text-short" "haskell-unordered-containers" "haskell-vector") + "haskell-text-short" "haskell-unordered-containers" "haskell-vector") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('74853c6d0f837826613cf2a0249a25e940faa283e89bca017fa9812551bffd428dc9af9a2d0ba082866243521fab9820f478fce1f28d276ae988d4a6331754e6')
