Date: Sunday, April 16, 2017 @ 15:11:48 Author: felixonmars Revision: 223192
upgpkg: haskell-foundation 0.0.7-1 rebuild with foundation,0.0.7 Modified: haskell-foundation/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-16 15:09:21 UTC (rev 223191) +++ PKGBUILD 2017-04-16 15:11:48 UTC (rev 223192) @@ -4,7 +4,7 @@ _hkgname=foundation pkgname=haskell-foundation -pkgver=0.0.6 +pkgver=0.0.7 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=('d2819de62570a13ef5a6015d898bdd1305b2b9e9dc03fa1285409a7b7b8d85afc4c06360be2cc3de0955e94ff94c0b41481848b8ef87e2e7140e887afd09bb78') +sha512sums=('44284c040527bd9325ddc91db64464b76c07850965a8701200527ebdee5f0985ba5fa39e2829a2a4f1fe1828c644ebe9862ce0ec8320f93188d50281119dfac7') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -19,7 +19,8 @@ runhaskell Setup configure -O --enable-library-profiling --enable-shared \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ - --libsubdir=\$compiler/site-local/\$pkgid + --libsubdir=\$compiler/site-local/\$pkgid \ + -f-experimental runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
