Date: Thursday, May 4, 2017 @ 03:45:18 Author: felixonmars Revision: 226718
upgpkg: haskell-aeson 1.1.2.0-1 rebuild with aeson,1.1.2.0 purescript,0.11.4 Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-04 03:44:52 UTC (rev 226717) +++ PKGBUILD 2017-05-04 03:45:18 UTC (rev 226718) @@ -5,8 +5,8 @@ pkgname=haskell-aeson _hkgname=aeson -pkgver=1.0.2.1 -pkgrel=12 +pkgver=1.1.2.0 +pkgrel=1 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." url="https://github.com/bos/aeson" license=("GPL") @@ -14,9 +14,9 @@ makedepends=('ghc') depends=("ghc=8.0.1" 'haskell-attoparsec' 'haskell-base-compat' 'haskell-dlist' 'haskell-hashable' 'haskell-scientific' 'haskell-tagged' 'haskell-time-locale-compat' - 'haskell-unordered-containers' 'haskell-vector') + 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") -md5sums=('68acd1bdf54c40416840750210ab8130') +sha512sums=('643462221fe1c1e324ffa65c2865619b6ba4721104283d5de965225b3b821ac4493d4783a30b51a417883e3ef3aa59d019d594658cf4656c3e4918fbc0b12b44') build() { cd "$srcdir/$_hkgname-$pkgver" @@ -23,7 +23,7 @@ runhaskell Setup configure -O --enable-library-profiling --enable-shared \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --libsubdir=\$compiler/site-local/\$pkgid \ - -f-developer -f-fast -f-bytestring-builder + -f-developer -f-fast -f-bytestring-builder -fcffi runhaskell Setup build runhaskell Setup haddock runhaskell Setup register --gen-script
