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

Felix Yan felixonmars at archlinux.org
Wed May 16 16:30:03 UTC 2018


    Date: Wednesday, May 16, 2018 @ 16:30:00
  Author: felixonmars
Revision: 322939

upgpkg: haskell-unliftio-core 0.1.1.0-2

rebuild with ghc 8.4.2

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-16 16:27:10 UTC (rev 322938)
+++ PKGBUILD	2018-05-16 16:30:00 UTC (rev 322939)
@@ -5,7 +5,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift"
 license=("MIT")
@@ -15,6 +15,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('e8be49b96f3daaff670dfa4b2a4e77bd290a5629b3df974155a7ea9631015969c9f4e9f74d4217eb1b77a47565aacf537e7f46f5f9a481c548a41f85876b1141')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/<.*4.11/<5/' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list