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

Felix Yan fyan at archlinux.org
Sun Jan 17 04:07:19 UTC 2016


    Date: Sunday, January 17, 2016 @ 05:07:18
  Author: fyan
Revision: 157054

upgpkg: haskell-adjunctions 4.3-1

Modified:
  haskell-adjunctions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-17 04:06:51 UTC (rev 157053)
+++ PKGBUILD	2016-01-17 04:07:18 UTC (rev 157054)
@@ -4,8 +4,8 @@
 
 _hkgname=adjunctions
 pkgname=haskell-adjunctions
-pkgver=4.2.2
-pkgrel=3
+pkgver=4.3
+pkgrel=1
 pkgdesc="Adjunctions and representable functors"
 url="http://github.com/ekmett/adjunctions/"
 license=("custom:BSD3")
@@ -12,11 +12,12 @@
 arch=('i686' 'x86_64')
 depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" "haskell-distributive"
          "haskell-free" "haskell-mtl" "haskell-profunctors" "haskell-semigroupoids"
-         "haskell-semigroups" "haskell-tagged" "haskell-void")
+         "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+         "haskell-void")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('58f2d5e66bc61cb8d2fe2148c9b3df3c95e87a353dfc7ed18af2cbeb2318e002')
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list