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

Felix Yan felixonmars at archlinux.org
Mon Oct 15 17:17:37 UTC 2018


    Date: Monday, October 15, 2018 @ 17:17:37
  Author: felixonmars
Revision: 394225

upgpkg: haskell-exceptions 0.10.0-7

rebuild with ghc 8.6.1

Modified:
  haskell-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-15 15:26:31 UTC (rev 394224)
+++ PKGBUILD	2018-10-15 17:17:37 UTC (rev 394225)
@@ -4,7 +4,7 @@
 _hkgname=exceptions
 pkgname=haskell-exceptions
 pkgver=0.10.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Extensible optionally-pure exceptions"
 url="https://github.com/ekmett/exceptions/"
 license=("custom:BSD3")
@@ -15,6 +15,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('53fd0929bc73c7024842aee880d5f6c7e884926e0d6f667a63d12ea457451d8a3aaa44755ace2dac3258be127189ae0eeb299b6c974ebafd4fa33b5c8622fabd')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *2.14/<3/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list