Date: Thursday, May 31, 2018 @ 19:04:51 Author: felixonmars Revision: 335250
upgpkg: haskell-text-latin1 0.3.1-4 rebuild with ghc 8.4.3 Modified: haskell-text-latin1/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-31 19:04:18 UTC (rev 335249) +++ PKGBUILD 2018-05-31 19:04:51 UTC (rev 335250) @@ -4,17 +4,21 @@ _hkgname=text-latin1 pkgname=haskell-text-latin1 pkgver=0.3.1 -pkgrel=3 +pkgrel=4 pkgdesc="Latin-1 (including ASCII) utility functions" url="https://github.com/mvv/text-latin1" license=('custom:BSD3') arch=('x86_64') -depends=('ghc-libs' 'haskell-case-insensitive' 'haskell-data-checked' 'haskell-hashable' - 'haskell-semigroups') +depends=('ghc-libs' 'haskell-case-insensitive' 'haskell-data-checked' 'haskell-hashable') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('f1a86470fd35e2641025a9d475766e35603e9b2d62d6180fe23bc0d7e4338c1560c228363712a320aed61ad1bf277fa22cd41e37e79608c4c261ff0ed88cae3b') +prepare() { + cd $_hkgname-$pkgver + sed -i '/semigroups/d' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
