Date: Monday, June 13, 2016 @ 04:46:22 Author: fyan Revision: 179759 upgpkg: haskell-scientific 0.3.4.7-1
rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14 Modified: haskell-scientific/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-13 02:43:13 UTC (rev 179758) +++ PKGBUILD 2016-06-13 02:46:22 UTC (rev 179759) @@ -4,8 +4,8 @@ _hkgname=scientific pkgname=haskell-scientific -pkgver=0.3.4.6 -pkgrel=3 +pkgver=0.3.4.7 +pkgrel=1 pkgdesc="Numbers represented using scientific notation" url="https://github.com/basvandijk/scientific" license=("custom:BSD3") @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-hashable" "haskell-text" "haskell-vector") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('bdd15c72b379ceaef5f30d7113e6971a47090a285f46d1d44528e328061df382') +sha256sums=('fb9b96c29525ee61b1681d6c83805aaeef3e40da9b2ed4295fb047501bc007cb') 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 \ - -f-integer-simple -fbytestring-builder + -f-integer-simple runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
