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

Felix Yan fyan at archlinux.org
Mon Jan 18 01:53:56 UTC 2016


    Date: Monday, January 18, 2016 @ 02:53:55
  Author: fyan
Revision: 157287

upgpkg: haskell-monad-control 1.0.0.4-4

rebuild with transformers-compat-0.5.1.4

Modified:
  haskell-monad-control/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-18 01:53:50 UTC (rev 157286)
+++ PKGBUILD	2016-01-18 01:53:55 UTC (rev 157287)
@@ -5,7 +5,7 @@
 _hkgname=monad-control
 pkgname=haskell-monad-control
 pkgver=1.0.0.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Lift control operations, like exception catching, through monad transformers"
 url="https://github.com/basvandijk/monad-control"
 license=("custom:BSD3")
@@ -16,6 +16,11 @@
 install="${pkgname}.install"
 sha256sums=('e984b7346af6d31b7ce918e1a0263075af8cbcf5440bc3df698d0354c90df61e')
 
+prepare() {
+    sed -i 's/transformers-compat  >= 0.3   && < 0.5/transformers-compat  >= 0.3   \&\& < 0.6/' \
+        ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list