[arch-commits] Commit in haskell-ghc-tcplugins-extra/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Oct 14 15:16:11 UTC 2018


    Date: Sunday, October 14, 2018 @ 15:16:10
  Author: felixonmars
Revision: 393626

upgpkg: haskell-ghc-tcplugins-extra 0.3-2

rebuild with ghc 8.6.1

Modified:
  haskell-ghc-tcplugins-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-14 15:10:37 UTC (rev 393625)
+++ PKGBUILD	2018-10-14 15:16:10 UTC (rev 393626)
@@ -3,7 +3,7 @@
 _hkgname=ghc-tcplugins-extra
 pkgname=haskell-ghc-tcplugins-extra
 pkgver=0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Utilities for writing GHC type-checker plugins"
 url="https://github.com/clash-lang/ghc-tcplugins-extra"
 license=('custom:BSD2')
@@ -13,6 +13,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('67b2787962ed7a7336ca32181f09fc9a7bf045e47fbb77419d848bbe2f635bb5b1b6acbf00a384113e9af0f87f5e101101e685bbb99ea2b3e1741abec0082c88')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *8.6/<9/' $_hkgname.cabal
+} 
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list