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

Felix Yan felixonmars at archlinux.org
Thu Apr 23 23:01:21 UTC 2020


    Date: Thursday, April 23, 2020 @ 23:01:20
  Author: felixonmars
Revision: 618410

upgpkg: haskell-unliftio-core 0.2.0.1-2: rebuild with ghc 8.10.1

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-23 23:01:12 UTC (rev 618409)
+++ PKGBUILD	2020-04-23 23:01:20 UTC (rev 618410)
@@ -4,7 +4,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift"
 license=("MIT")
@@ -14,6 +14,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('6bb6bbab7336ea460b354e897c7fae236a53e7975af0430abcb2bb9d23374da0340381176d55f827f8a2b17809fa0205c6baf2a2542c72b9557b874c593d1b02')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *4.14/<5/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list