Date: Thursday, January 24, 2019 @ 10:33:01 Author: felixonmars Revision: 427474
upgpkg: haskell-monadlib 3.9-1 rebuild with monadLib 3.9 Modified: haskell-monadlib/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-24 10:32:59 UTC (rev 427473) +++ PKGBUILD 2019-01-24 10:33:01 UTC (rev 427474) @@ -3,7 +3,7 @@ _hkgname=monadLib pkgname=haskell-monadlib -pkgver=3.8 +pkgver=3.9 pkgrel=1 pkgdesc="A collection of monad transformers" url="http://wiki.github.com/yav/monadlib" @@ -12,7 +12,7 @@ depends=('ghc-libs') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('b7bf2470d6f2c03cc0a1453670dca968a5178828e90bdb575d6d539af6b642c0ee477ed588b5afab4a55be6b5d0ff26484432663d69a6088da49ced88f714770') +sha512sums=('63d59d5fc5dd71612c97dd0a069edd372f590a6fc02d15cd54344350bde91de50f8830c1892926f4ff753cb88e462aa72f0119e00b931b449389cd70dbe595f3') build() { cd $_hkgname-$pkgver @@ -19,8 +19,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ - -f-base3 + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
