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

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 6 23:18:52 UTC 2022


    Date: Sunday, March 6, 2022 @ 23:18:52
  Author: felixonmars
Revision: 1144044

upgpkg: haskell-doctest 0.19.0-1: rebuild with doctest 0.19.0

Modified:
  haskell-doctest/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-06 23:15:52 UTC (rev 1144043)
+++ PKGBUILD	2022-03-06 23:18:52 UTC (rev 1144044)
@@ -3,8 +3,8 @@
 
 _hkgname=doctest
 pkgname=haskell-doctest
-pkgver=0.18.2
-pkgrel=42
+pkgver=0.19.0
+pkgrel=1
 pkgdesc="Test interactive Haskell examples"
 url="https://github.com/sol/doctest"
 license=("MIT")
@@ -12,10 +12,11 @@
 depends=('ghc-libs' 'haskell-base-compat' 'haskell-ghc' 'haskell-syb'
          'haskell-code-page' 'haskell-ghc-paths')
 makedepends=('ghc')
-checkdepends=('haskell-hunit' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck'
-              'haskell-stringbuilder' 'haskell-silently' 'haskell-setenv' 'haskell-mockery')
+checkdepends=('haskell-hunit' 'haskell-hspec' 'haskell-hspec-core' 'haskell-hspec-discover'
+              'haskell-quickcheck' 'haskell-stringbuilder' 'haskell-silently' 'haskell-setenv'
+              'haskell-mockery')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('fd6c9d5b3292083ec3d9301779c0d165879cea0b71d5548cd49e6394f6eaf908679312f1ed9606298966169cd383886df18fb292e15a4132c1567f4c46782b83')
+sha512sums=('9d165230720bb979f545af221fafd28a6ea23dcf7d462196ed5a74a692eed79606bc61a5b72a269ae0e386747fcb87a920fc12c32564b386aee2485eb751c4e9')
 
 prepare() {
     # Add -dynamic flag
@@ -44,7 +45,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test || echo "Tests failed"
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list