[arch-commits] Commit in haskell-turtle/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Feb 15 08:51:56 UTC 2021


    Date: Monday, February 15, 2021 @ 08:51:55
  Author: felixonmars
Revision: 860809

upgpkg: haskell-turtle 1.5.21-44: rebuild with doctest 0.18

Modified:
  haskell-turtle/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-15 06:15:34 UTC (rev 860808)
+++ PKGBUILD	2021-02-15 08:51:55 UTC (rev 860809)
@@ -4,7 +4,7 @@
 _hkgname=turtle
 pkgname=haskell-turtle
 pkgver=1.5.21
-pkgrel=43
+pkgrel=44
 pkgdesc="Shell programming, Haskell-style"
 url="https://github.com/Gabriel439/Haskell-Turtle-Library"
 license=('BSD')
@@ -13,12 +13,13 @@
          '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' 'haskell-doctest')
+makedepends=('ghc' 'uusi' 'haskell-doctest')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('95c94967167d102a65bd3253e402d3672c79aa2536758abf728a99493ca92bd9717723a0f765b409806f1bc64c0738a65bfc04d3e31d6a18d9b8cd894763e5ac')
 
 prepare() {
     sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.hs
+    uusi -u doctest $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list