Date: Saturday, May 19, 2018 @ 16:43:42 Author: felixonmars Revision: 324711
upgpkg: haskell-turtle 1.5.8-7 rebuild with base-compat,0.10.1 aeson,1.3.1.1 Modified: haskell-turtle/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 16:42:28 UTC (rev 324710) +++ PKGBUILD 2018-05-19 16:43:42 UTC (rev 324711) @@ -5,7 +5,7 @@ _hkgname=turtle pkgname=haskell-turtle pkgver=1.5.8 -pkgrel=6 +pkgrel=7 pkgdesc="Shell programming, Haskell-style" url="https://github.com/Gabriel439/Haskell-Turtle-Library" license=('custom:BSD3') @@ -12,8 +12,8 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 'haskell-exceptions' 'haskell-foldl' 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' - 'haskell-optional-args' 'haskell-semigroups' 'haskell-system-fileio' - 'haskell-system-filepath' 'haskell-temporary' 'haskell-unix-compat') + 'haskell-optional-args' 'haskell-system-fileio' 'haskell-system-filepath' + 'haskell-temporary' 'haskell-unix-compat') makedepends=('ghc' 'haskell-doctest') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('22da53b23a1af0c8aaa9bb78921d61cd98e5ddad210a4274047701f7d3077f4618dbda922525eeed238d0867d67547c1176ebd9939cc865ad7e064822683c6a4') @@ -20,6 +20,7 @@ prepare() { sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.hs + sed -i '/semigroups/d' $_hkgname-$pkgver/$_hkgname.cabal } build() {
