[arch-commits] Commit in haskell-kan-extensions/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Sun Jan 17 06:21:09 UTC 2016
Date: Sunday, January 17, 2016 @ 07:21:09
Author: fyan
Revision: 157058
upgpkg: haskell-kan-extensions 4.2.3-4
rebuild with StateVar-1.1.0.3, distributive-0.5.0.2, contravariant-1.4, comonad-5, exceptions-0.8.2.1, bifunctors-5.2, semigroupoids-5.0.1, prelude-extras-0.4.0.3, profunctors-5.2, free-4.12.4, adjunctions-4.3
Modified:
haskell-kan-extensions/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-17 06:20:57 UTC (rev 157057)
+++ PKGBUILD 2016-01-17 06:21:09 UTC (rev 157058)
@@ -5,7 +5,7 @@
_hkgname=kan-extensions
pkgname=haskell-kan-extensions
pkgver=4.2.3
-pkgrel=3
+pkgrel=4
pkgdesc="Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads"
url="http://github.com/ekmett/kan-extensions/"
license=("custom:BSD3")
@@ -18,6 +18,11 @@
install="${pkgname}.install"
sha256sums=('334f0edbbf08ebf93c9f7db5473086dcababc6a72d75fa9d8e43237f9b5adc47')
+prepare() {
+ sed -i 's/comonad >= 4 && < 5,/comonad >= 4 \&\& < 6,/' \
+ ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list