Date: Monday, July 4, 2016 @ 01:47:11 Author: felixonmars Revision: 181943
upgpkg: haskell-scientific 0.3.4.8-1 rebuild with Glob-0.7.9, highlighting-kate-0.6.2.1, microlens-0.4.5.0, scientific-0.3.4.8, trifecta-1.6 Modified: haskell-scientific/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-04 01:40:28 UTC (rev 181942) +++ PKGBUILD 2016-07-04 01:47:11 UTC (rev 181943) @@ -4,7 +4,7 @@ _hkgname=scientific pkgname=haskell-scientific -pkgver=0.3.4.7 +pkgver=0.3.4.8 pkgrel=1 pkgdesc="Numbers represented using scientific notation" url="https://github.com/basvandijk/scientific" @@ -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=('fb9b96c29525ee61b1681d6c83805aaeef3e40da9b2ed4295fb047501bc007cb') +sha256sums=('4addf1bebe66ff681967372a3d68ba131400108043a4d5bc91e58558d23b2d85') 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 + -f-integer-simple -f-bytestring-builder runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
