[arch-commits] Commit in haskell-indexed-traversable-instances/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Mar 2 20:49:55 UTC 2022
Date: Wednesday, March 2, 2022 @ 20:49:55
Author: felixonmars
Revision: 1139845
upgpkg: haskell-indexed-traversable-instances 0.1.1-1: rebuild with indexed-traversable-instances 0.1.1
Modified:
haskell-indexed-traversable-instances/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-02 20:41:10 UTC (rev 1139844)
+++ PKGBUILD 2022-03-02 20:49:55 UTC (rev 1139845)
@@ -2,18 +2,18 @@
_hkgname=indexed-traversable-instances
pkgname=haskell-indexed-traversable-instances
-pkgver=0.1
-pkgrel=69
+pkgver=0.1.1
+pkgrel=1
pkgdesc="More instances of FunctorWithIndex, FoldableWithIndex, TraversableWithIndex"
url="https://github.com/haskellari/indexed-traversable"
license=("BSD")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-indexed-traversable' 'haskell-tagged' 'haskell-unordered-containers'
- 'haskell-vector')
+depends=('ghc-libs' 'haskell-indexed-traversable' 'haskell-onetuple' 'haskell-tagged'
+ 'haskell-unordered-containers' 'haskell-vector')
makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty'
'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('faec44807902b58e50c8e12394d15ebda1f00c0e235b490f7b1c4ae5b5ae68dc')
+sha256sums=('100ed1023b541328b04bcec0964b9f9d5fc93285fc23a2ac6873bf8597439a44')
prepare() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list