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

Felix Yan fyan at archlinux.org
Sun Jan 17 12:34:47 UTC 2016


    Date: Sunday, January 17, 2016 @ 13:34:47
  Author: fyan
Revision: 157109

upgpkg: haskell-mono-traversable 0.10.0.1-5

- 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, kan-extensions-5.0.1, keys-3.11, pointed-5
- add a poor workaround to build with comonad 5

Modified:
  haskell-mono-traversable/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-17 12:18:58 UTC (rev 157108)
+++ PKGBUILD	2016-01-17 12:34:47 UTC (rev 157109)
@@ -5,7 +5,7 @@
 _hkgname=mono-traversable
 pkgname=haskell-mono-traversable
 pkgver=0.10.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Type classes for mapping, folding, and traversing monomorphic containers"
 url="https://github.com/snoyberg/mono-traversable"
 license=("MIT")
@@ -19,6 +19,12 @@
 install="${pkgname}.install"
 sha256sums=('2e25c24ed3cf644cd4818cfb6d4e122cffcac2a375f0edb544b6814f871af45d')
 
+prepare() {
+    # I'm afraid this is not a proper workaround...
+    # https://github.com/snoyberg/mono-traversable/issues/86
+    sed -i '/Coproduct/d' ${_hkgname}-${pkgver}/src/Data/MonoTraversable.hs
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list