Date: Monday, August 14, 2017 @ 00:42:58 Author: felixonmars Revision: 250084
upgpkg: haskell-cassava 0.5.1.0-1 rebuild with cassava,0.5.1.0 Modified: haskell-cassava/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-14 00:42:27 UTC (rev 250083) +++ PKGBUILD 2017-08-14 00:42:58 UTC (rev 250084) @@ -4,16 +4,17 @@ _hkgname=cassava pkgname=haskell-cassava -pkgver=0.5.0.0 -pkgrel=6 +pkgver=0.5.1.0 +pkgrel=1 pkgdesc="A CSV parsing and encoding library" url="https://github.com/tibbe/cassava" license=("custom:BSD3") arch=('i686' 'x86_64') depends=('ghc' "haskell-attoparsec" "haskell-blaze-builder" "haskell-hashable" "haskell-only" - "haskell-text" "haskell-text-short" "haskell-unordered-containers" "haskell-vector") + "haskell-scientific" "haskell-text" "haskell-text-short" "haskell-unordered-containers" + "haskell-vector") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('96cb0355d3af7a4ee937e525641b6c9ab92a20f932e6e1f0eea5f5b271c492714071ef0f29b53db4adce036190921e59ace0034b79fc3a779985b8a385157ec1') +sha512sums=('74853c6d0f837826613cf2a0249a25e940faa283e89bca017fa9812551bffd428dc9af9a2d0ba082866243521fab9820f478fce1f28d276ae988d4a6331754e6') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -21,7 +22,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ - -f-pre-bytestring-0-10-4 + -f-bytestring--LT-0_10_4 runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
