Date: Saturday, May 19, 2018 @ 05:51:19 Author: felixonmars Revision: 324319
upgpkg: haskell-foundation 0.0.20-4 haskell-base-compat Modified: haskell-foundation/trunk/PKGBUILD ----------+ PKGBUILD | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 05:49:36 UTC (rev 324318) +++ PKGBUILD 2018-05-19 05:51:19 UTC (rev 324319) @@ -5,7 +5,7 @@ _hkgname=foundation pkgname=haskell-foundation pkgver=0.0.20 -pkgrel=3 +pkgrel=4 pkgdesc="Alternative prelude with batteries and no dependencies" url="https://github.com/haskell-foundation/foundation" license=('custom:BSD3') @@ -15,12 +15,6 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('283a0e2ce0165d531d17f0c0f14e72b843c67a809d5c7bde4280b23103b30d919c5ddf0cd09918129171ea79d34ad83abfcd3aac9e24d9803595d08cea6aba22') -prepare() { - cd $_hkgname-$pkgver - # TODO: doctest still fails - sed -i 's/"-fobject-code"/"-fobject-code", "-dynamic"/' tests/DocTest.hs -} - build() { cd $_hkgname-$pkgver
