Date: Tuesday, October 15, 2019 @ 20:02:47 Author: felixonmars Revision: 516201
upgpkg: haskell-turtle 1.5.15-1 rebuild with turtle 1.5.15 Modified: haskell-turtle/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-15 19:54:23 UTC (rev 516200) +++ PKGBUILD 2019-10-15 20:02:47 UTC (rev 516201) @@ -3,8 +3,8 @@ _hkgname=turtle pkgname=haskell-turtle -pkgver=1.5.14 -pkgrel=26 +pkgver=1.5.15 +pkgrel=1 pkgdesc="Shell programming, Haskell-style" url="https://github.com/Gabriel439/Haskell-Turtle-Library" license=('BSD') @@ -11,15 +11,15 @@ 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-system-fileio' 'haskell-system-filepath' - 'haskell-temporary' 'haskell-unix-compat') + 'haskell-optional-args' 'haskell-streaming-commons' '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=('a07c1db409d99ef5f844abce742b4ffcb467c883808881a255bb30055b2646f7ca943ed5fe59b7248e7a34170a05c0af61b23e063b87d4ad272c1413fa700900') +sha512sums=('60560c9746bf0aa1fa37480900f6d2532499ee77d26cc604418c07c8e99e1ef63dfc1697cd9270553b161bbd987d2132ea319d7f3e59f711c1e50a6dacd95fc4') prepare() { sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.hs - sed -i -e '/semigroups/d' -e 's/< *0.8/<1/' $_hkgname-$pkgver/$_hkgname.cabal + sed -i -e '/semigroups/d' -e '/fail,/d' $_hkgname-$pkgver/$_hkgname.cabal } build() {
