Date: Wednesday, April 26, 2017 @ 02:25:12 Author: felixonmars Revision: 225365
upgpkg: haskell-foundation 0.0.8-1 rebuild with foundation,0.0.8 Modified: haskell-foundation/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-26 02:17:28 UTC (rev 225364) +++ PKGBUILD 2017-04-26 02:25:12 UTC (rev 225365) @@ -4,7 +4,7 @@ _hkgname=foundation pkgname=haskell-foundation -pkgver=0.0.7 +pkgver=0.0.8 pkgrel=1 pkgdesc="Alternative prelude with batteries and no dependencies" url="https://github.com/haskell-foundation/foundation" @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=('ghc=8.0.1') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('44284c040527bd9325ddc91db64464b76c07850965a8701200527ebdee5f0985ba5fa39e2829a2a4f1fe1828c644ebe9862ce0ec8320f93188d50281119dfac7') +sha512sums=('f36b2491b063756740b7ee5a672218937a6f95b60025b85f9d00b48bfc57a3f48d3d3d689cae571aadd9ef6f54b03d619cc5b8b3283598bef62c391eacd5285d') 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-experimental + -f-experimental -f-minimal-deps -f-doctest -f-bounds-check runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
