Date: Monday, May 21, 2018 @ 14:58:02 Author: felixonmars Revision: 326202
upgpkg: haskell-test-framework 0.8.2.0-6 rebuild with ansi-terminal,0.8.0.4 Modified: haskell-test-framework/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-21 14:57:18 UTC (rev 326201) +++ PKGBUILD 2018-05-21 14:58:02 UTC (rev 326202) @@ -5,7 +5,7 @@ _hkgname=test-framework pkgname=haskell-test-framework pkgver=0.8.2.0 -pkgrel=5 +pkgrel=6 pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck support" url="https://batterseapower.github.io/test-framework/" license=("custom:BSD3") @@ -12,10 +12,15 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-ansi-wl-pprint' 'haskell-hostname' 'haskell-old-locale' 'haskell-random' 'haskell-regex-posix' 'haskell-xml') -makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-libxml' 'haskell-semigroups') +makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-libxml') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('d8e7ea274819a1b49b9f938df527d22c808f456d25b84f03173ed57dddd39c230fb037a57ce90c38f571801ee38e86bed6826df1c93f184e4a803c72ce5f41e4') +prepare() { + cd $_hkgname-$pkgver + sed -i '/semigroups/d' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
