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

Felix Yan felixonmars at archlinux.org
Mon Oct 15 11:12:01 UTC 2018


    Date: Monday, October 15, 2018 @ 11:12:00
  Author: felixonmars
Revision: 394062

upgpkg: haskell-unliftio-core 0.1.2.0-2

rebuild with ghc 8.6.1

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-15 11:06:38 UTC (rev 394061)
+++ PKGBUILD	2018-10-15 11:12:00 UTC (rev 394062)
@@ -4,7 +4,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift"
 license=("MIT")
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/<.*4.11/<5/' $_hkgname.cabal
+    sed -i -e 's/<.*4.12/<5/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list