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

Felix Yan felixonmars at archlinux.org
Sat Aug 29 09:06:15 UTC 2020


    Date: Saturday, August 29, 2020 @ 09:06:15
  Author: felixonmars
Revision: 692175

upgpkg: haskell-safe-exceptions 0.1.7.1-1: rebuild with safe-exceptions 0.1.7.1

Modified:
  haskell-safe-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-29 09:04:39 UTC (rev 692174)
+++ PKGBUILD	2020-08-29 09:06:15 UTC (rev 692175)
@@ -2,8 +2,8 @@
 
 _hkgname=safe-exceptions
 pkgname=haskell-safe-exceptions
-pkgver=0.1.7.0
-pkgrel=86
+pkgver=0.1.7.1
+pkgrel=1
 pkgdesc="Safe, consistent, and easy exception handling"
 url="https://github.com/fpco/safe-exceptions"
 license=('MIT')
@@ -11,13 +11,8 @@
 depends=('ghc-libs')
 makedepends=('ghc' 'haskell-hspec' 'haskell-void')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('05fc32ea80ce1f733a6ea09655fecccf813ea9b7736dbd1d8ef84f54e3fb58f1017756cc9eb507d381cb73f22f100e9166bef1b7198a1d9edbda21e38626e351')
+sha512sums=('9d3f97df6cae87eaf547e80f1d19d150bf850259dafacb59fcb143fd349dcff9c26e21971e5a2b68ab7b88b6ea88dff63cc3b571453d09afd4bd70805c3c3587')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e 's/<.*4.11/<5/' -e 's/<.*0.9/<1/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list