Date: Monday, December 5, 2016 @ 06:59:22 Author: felixonmars Revision: 197903
upgpkg: haskell-cereal 0.5.4.0-1 rebuild with cereal-0.5.4.0 Modified: haskell-cereal/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-05 06:49:30 UTC (rev 197902) +++ PKGBUILD 2016-12-05 06:59:22 UTC (rev 197903) @@ -4,7 +4,7 @@ _hkgname=cereal pkgname=haskell-cereal -pkgver=0.5.3.0 +pkgver=0.5.4.0 pkgrel=1 pkgdesc="A binary serialization library" url="http://hackage.haskell.org/package/${_hkgname}" @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('c316e07cde7559684b71d345890e8f16eb5f6cc1cdd29f96e8c4296bcf8a8af4') +sha256sums=('daca6c5aeff21ca233bebe006c158b0e4421b239c722768b568fca9b32cafee7') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -20,7 +20,7 @@ runhaskell Setup configure -O --enable-library-profiling --enable-shared \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --libsubdir=\$compiler/site-local/\$pkgid \ - -fsplit-base + -fsplit-base -f-bytestring-builder runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
