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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jul 26 07:55:45 UTC 2021


    Date: Monday, July 26, 2021 @ 07:55:45
  Author: felixonmars
Revision: 985036

upgpkg: haskell-tasty-checklist 1.0.2.0-1: rebuild with tasty-checklist 1.0.2.0

Modified:
  haskell-tasty-checklist/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-26 07:37:01 UTC (rev 985035)
+++ PKGBUILD	2021-07-26 07:55:45 UTC (rev 985036)
@@ -2,20 +2,22 @@
 
 _hkgname=tasty-checklist
 pkgname=haskell-tasty-checklist
-pkgver=1.0.1.0
-pkgrel=7
+pkgver=1.0.2.0
+pkgrel=1
 pkgdesc="Check multiple items during a tasty test"
 url="https://github.com/kquick/tasty-checklist"
 license=("custom:ISC")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-parameterized-utils')
-makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit')
+makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-hunit' 'haskell-tasty'
+             'haskell-tasty-expected-failure' 'haskell-tasty-hunit')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('224ae60c450ebadd677d0227526a34ce2b3cee4491b164e0261ebcf40b3eb945d34fbda1f5e82611317331fb61253ebdb4c2c302296d92234ec365c37e3cde34')
+sha512sums=('98dc3d32f6d13635da70057dd5efb5963a6e826180dc0c0382b447e28cc53b0e1c3fb3bd2376dd4ff4dd6935b759985701a9920e2f3a82591a43708fdd74b47b')
 
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
+  uusi -u doctest $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list