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

Felix Yan fyan at archlinux.org
Sat Jan 30 05:09:52 UTC 2016


    Date: Saturday, January 30, 2016 @ 06:09:51
  Author: fyan
Revision: 159445

upgpkg: haskell-monad-control 1.0.0.5-1

Modified:
  haskell-monad-control/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-30 05:09:07 UTC (rev 159444)
+++ PKGBUILD	2016-01-30 05:09:51 UTC (rev 159445)
@@ -4,8 +4,8 @@
 
 _hkgname=monad-control
 pkgname=haskell-monad-control
-pkgver=1.0.0.4
-pkgrel=4
+pkgver=1.0.0.5
+pkgrel=1
 pkgdesc="Lift control operations, like exception catching, through monad transformers"
 url="https://github.com/basvandijk/monad-control"
 license=("custom:BSD3")
@@ -14,13 +14,8 @@
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('e984b7346af6d31b7ce918e1a0263075af8cbcf5440bc3df698d0354c90df61e')
+sha256sums=('055f715701c82e2c238282e363807d5bd6300e82cb38eaf37283987bfa8943f9')
 
-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