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

Felix Yan felixonmars at archlinux.org
Wed Jan 8 23:30:43 UTC 2020


    Date: Wednesday, January 8, 2020 @ 23:30:42
  Author: felixonmars
Revision: 550859

upgpkg: haskell-unexceptionalio 0.5.0-1: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-08 23:23:06 UTC (rev 550858)
+++ PKGBUILD	2020-01-08 23:30:42 UTC (rev 550859)
@@ -3,8 +3,8 @@
 
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
-pkgver=0.4.0
-pkgrel=8
+pkgver=0.5.0
+pkgrel=1
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio"
 license=("custom")
@@ -12,8 +12,13 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('cbee14d9accdb9504cb745705e9c1e8d408c4a657e8bc678906b5c0efbc3efe0dcc740828324ffccff9c95046116c7d4724983a2c9bb57c1cb04ea576b634f5b')
+sha512sums=('6aefa186dde521b5d139664958e96474bd91515dff367be1de0f8f7d2f4b3e09e798569db304a22c32882ecc7fd46a4fa48209d85537a95b250ef195f861fcb5')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/fail s =/i instance MonadFail UIO where' UnexceptionalIO.hs
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list