[arch-commits] Commit in haskell-logict/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Feb 12 14:03:07 UTC 2021
Date: Friday, February 12, 2021 @ 14:03:06
Author: felixonmars
Revision: 856837
upgpkg: haskell-logict 0.7.1.0-1: rebuild with logict 0.7.1.0
Modified:
haskell-logict/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-12 10:41:24 UTC (rev 856836)
+++ PKGBUILD 2021-02-12 14:03:06 UTC (rev 856837)
@@ -2,8 +2,8 @@
_hkgname=logict
pkgname=haskell-logict
-pkgver=0.7.0.3
-pkgrel=65
+pkgver=0.7.1.0
+pkgrel=1
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-tasty' 'haskell-tasty-hunit')
+checkdepends=('haskell-async' 'haskell-tasty' 'haskell-tasty-hunit')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('0d845daffb841efea93b59e48ee86daeb0dbacbe4fc7fa417ff71d1dcda3a5551901f589097416441736007d256197932b83de76a2f630a5f7835909cd758e79')
+sha512sums=('b6d37521ab1f9ec6c2fd5eea27f6d221680cc043a0fd6413c5ac37f1bfeb2d87a15fba92774d36b6a11cd685b2b78f6710441ca91dfd5aa376735d95425d6b53')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list