Date: Friday, April 2, 2021 @ 18:58:33 Author: felixonmars Revision: 911179
upgpkg: haskell-turtle 1.5.22-1: rebuild with turtle 1.5.22 Modified: haskell-turtle/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-02 18:51:03 UTC (rev 911178) +++ PKGBUILD 2021-04-02 18:58:33 UTC (rev 911179) @@ -3,8 +3,8 @@ _hkgname=turtle pkgname=haskell-turtle -pkgver=1.5.21 -pkgrel=61 +pkgver=1.5.22 +pkgrel=1 pkgdesc="Shell programming, Haskell-style" url="https://github.com/Gabriel439/Haskell-Turtle-Library" license=('BSD') @@ -13,13 +13,12 @@ 'haskell-foldl' 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 'haskell-optional-args' 'haskell-streaming-commons' 'haskell-system-fileio' 'haskell-system-filepath' 'haskell-temporary' 'haskell-unix-compat') -makedepends=('ghc' 'uusi' 'haskell-doctest') +makedepends=('ghc' 'haskell-doctest') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('95c94967167d102a65bd3253e402d3672c79aa2536758abf728a99493ca92bd9717723a0f765b409806f1bc64c0738a65bfc04d3e31d6a18d9b8cd894763e5ac') +sha512sums=('ebd0a11748fa178a3f6622b1e010d72c87ff2fb7fc0dfdcac733810d69d7437c94adf378a9bb5e79379c5198a38eadc4456698628c75c1a2eab925a399352d4f') prepare() { sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.hs - uusi -u doctest $_hkgname-$pkgver/$_hkgname.cabal } build() {
