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

Felix Yan felixonmars at archlinux.org
Fri Feb 23 14:51:09 UTC 2018


    Date: Friday, February 23, 2018 @ 14:51:08
  Author: felixonmars
Revision: 297231

remove obsolete hack

Modified:
  cgrep/trunk/PKGBUILD

----------+
 PKGBUILD |    7 -------
 1 file changed, 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-23 14:46:11 UTC (rev 297230)
+++ PKGBUILD	2018-02-23 14:51:08 UTC (rev 297231)
@@ -18,13 +18,6 @@
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('bb04d46a253036bfbb6d82856b59848519737962852771f9c357f7e5d36744d4c5ca6eef9caf2e45343a7ca435ce8da376f9f7d571ba1b648296543cc2eba155')
 
-prepare() {
-    sed -e 's/Either/Except/' \
-        -e 's/left/throwError/' \
-        -e '/import Data.List/a import Control.Monad.Error.Class (throwError)' \
-        -i $pkgname-$pkgver/src/Main.hs
-}
-
 build() {
     cd $pkgname-$pkgver
 



More information about the arch-commits mailing list