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

Felix Yan felixonmars at archlinux.org
Fri Jan 26 09:42:53 UTC 2018


    Date: Friday, January 26, 2018 @ 09:42:52
  Author: felixonmars
Revision: 287022

upgpkg: haskell-rebase 1.2.3-2

rebuild with rebase,1.2.3 with sed line removed

Modified:
  haskell-rebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-26 09:38:42 UTC (rev 287021)
+++ PKGBUILD	2018-01-26 09:42:52 UTC (rev 287022)
@@ -5,7 +5,7 @@
 _hkgname=rebase
 pkgname=haskell-rebase
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A more progressive alternative to the "base" package'
 url="https://github.com/nikita-volkov/rebase"
 license=("MIT")
@@ -22,11 +22,6 @@
 prepare() {
     cd $_hkgname-$pkgver
     sed -i '/fail/d' $_hkgname.cabal
-
-    # https://github.com/nikita-volkov/rebase/issues/10
-    sed -e 's/import Rebase.Data.Functor.Alt as Exports hiding ./import Rebase.Data.Functor.Alt as Exports hiding (optional, /' \
-        -e 's/import Rebase.Data.Functor.Plus as Exports hiding ./import Rebase.Data.Functor.Plus as Exports hiding (optional, /' \
-        -i library/Rebase/Prelude.hs
 }
 
 build() {



More information about the arch-commits mailing list