Date: Friday, June 1, 2018 @ 10:07:31 Author: felixonmars Revision: 335862
upgpkg: haskell-listlike 4.6-7 rebuild with ghc 8.4.3 Modified: haskell-listlike/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-01 10:06:10 UTC (rev 335861) +++ PKGBUILD 2018-06-01 10:07:31 UTC (rev 335862) @@ -4,17 +4,21 @@ _hkgname=ListLike pkgname=haskell-listlike pkgver=4.6 -pkgrel=6 +pkgrel=7 pkgdesc="Generic support for list-like structures" url="https://github.com/sjoerdvisscher/listlike" license=('custom:BSD3') arch=('x86_64') -depends=('ghc-libs' 'haskell-dlist' 'haskell-fmlist' 'haskell-semigroups' - 'haskell-utf8-string' 'haskell-vector') +depends=('ghc-libs' 'haskell-dlist' 'haskell-fmlist' 'haskell-utf8-string' 'haskell-vector') makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-random') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('47f32716b95e1c520701d63c6bebe0be3cb9d5d5dbead3a16f70dc5ddef985d00a414e469e9674036714b7ad70f18cc077893bc03a6d77634b078ce1a730b26d') +prepare() { + cd $_hkgname-$pkgver + sed -i '/semigroups/d' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
