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

Felix Yan felixonmars at archlinux.org
Sat Jan 16 22:49:46 UTC 2021


    Date: Saturday, January 16, 2021 @ 22:49:46
  Author: felixonmars
Revision: 821189

revert logict 0.7.1.0: https://github.com/Bodigrim/smallcheck/issues/49

Modified:
  haskell-logict/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-16 22:43:33 UTC (rev 821188)
+++ PKGBUILD	2021-01-16 22:49:46 UTC (rev 821189)
@@ -2,8 +2,8 @@
 
 _hkgname=logict
 pkgname=haskell-logict
-pkgver=0.7.1.0
-pkgrel=2
+pkgver=0.7.0.3
+pkgrel=47
 pkgdesc="A backtracking logic-programming monad."
 url="http://code.haskell.org/~dolio/"
 license=('BSD')
@@ -10,9 +10,9 @@
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')
-checkdepends=('haskell-async' 'haskell-tasty' 'haskell-tasty-hunit')
+checkdepends=('haskell-tasty' 'haskell-tasty-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b6d37521ab1f9ec6c2fd5eea27f6d221680cc043a0fd6413c5ac37f1bfeb2d87a15fba92774d36b6a11cd685b2b78f6710441ca91dfd5aa376735d95425d6b53')
+sha512sums=('0d845daffb841efea93b59e48ee86daeb0dbacbe4fc7fa417ff71d1dcda3a5551901f589097416441736007d256197932b83de76a2f630a5f7835909cd758e79')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list