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

Felix Yan felixonmars at archlinux.org
Mon May 28 13:24:32 UTC 2018


    Date: Monday, May 28, 2018 @ 13:24:31
  Author: felixonmars
Revision: 332616

upgpkg: haskell-path-io 1.3.3-38

rebuild with exceptions 0.10.0

Modified:
  haskell-path-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-28 13:22:52 UTC (rev 332615)
+++ PKGBUILD	2018-05-28 13:24:31 UTC (rev 332616)
@@ -6,7 +6,7 @@
 _hkgname=path-io
 pkgname=haskell-path-io
 pkgver=1.3.3
-pkgrel=37
+pkgrel=38
 pkgdesc="Interface to ‘directory’ package for users of ‘path’"
 url="https://github.com/mrkkrp/path-io"
 license=("custom:BSD3")
@@ -17,6 +17,11 @@
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz")
 sha512sums=('af513783d7ae6a99556d67b8f7ed599b0b5285ced7ed4c0b12fb39ab16a043662cad86d24a54d2220892f8625a8229f04bf6d898419348eaee1992ca79e2f4c0')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  sed -i 's/<.*0.9/<1/' $_hkgname.cabal
+}
+
 build() {
   cd "$srcdir/$_hkgname-$pkgver"
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \



More information about the arch-commits mailing list