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

Felix Yan felixonmars at archlinux.org
Wed May 20 08:38:20 UTC 2020


    Date: Wednesday, May 20, 2020 @ 08:38:19
  Author: felixonmars
Revision: 630547

upgpkg: haskell-unexceptionalio 0.5.1-1

Modified:
  haskell-unexceptionalio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-20 08:13:32 UTC (rev 630546)
+++ PKGBUILD	2020-05-20 08:38:19 UTC (rev 630547)
@@ -3,8 +3,8 @@
 
 _hkgname=unexceptionalio
 pkgname=haskell-unexceptionalio
-pkgver=0.5.0
-pkgrel=4
+pkgver=0.5.1
+pkgrel=1
 pkgdesc="IO without any non-error, synchronous exceptions"
 url="https://github.com/singpolyma/unexceptionalio"
 license=("custom")
@@ -12,13 +12,8 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('6aefa186dde521b5d139664958e96474bd91515dff367be1de0f8f7d2f4b3e09e798569db304a22c32882ecc7fd46a4fa48209d85537a95b250ef195f861fcb5')
+sha512sums=('62c42e5c683cd05505971602fe4e64a50b5949d9540acefd8d4d66ec0bf57075cdb8e35e99f7e7c4b4fdf589b2af47aa31c0cd62d518b4ded5fc5f9f382008ba')
 
-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