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

Felix Yan felixonmars at archlinux.org
Wed Dec 11 07:25:46 UTC 2019


    Date: Wednesday, December 11, 2019 @ 07:25:46
  Author: felixonmars
Revision: 536615

upgpkg: haskell-constraints 0.11.2-1

rebuild with constraints 0.11.2

Modified:
  haskell-constraints/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-11 07:15:20 UTC (rev 536614)
+++ PKGBUILD	2019-12-11 07:25:46 UTC (rev 536615)
@@ -3,16 +3,16 @@
 
 _hkgname=constraints
 pkgname=haskell-constraints
-pkgver=0.11
-pkgrel=13
+pkgver=0.11.2
+pkgrel=1
 pkgdesc="Constraint manipulation"
 url="https://github.com/ekmett/constraints/"
 license=("custom:BSD2")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-hashable' 'haskell-transformers-compat')
+depends=('ghc-libs' 'haskell-hashable' 'haskell-transformers-compat' 'haskell-type-equality')
 makedepends=('ghc' 'haskell-hspec')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('3cf942760aef24cc0629e175f02a7614a6a96568fe0932f1becd893143b72f90ef0d19bb648336c94d40257fb8dec3295739786ce3c4ddccb7edc7f19384b5c6')
+sha512sums=('ebca93d8ded8ea6ef75ad17906cc4d1bd8629c2b38691caf6bfc01f5d041db2b8ebe1436ad97ddfc7f3fd1b0067e0b3530125d58a5aeb3e395c5acf8f5741fed')
 
 prepare() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list