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

Felix Yan felixonmars at archlinux.org
Sun Oct 14 15:07:08 UTC 2018


    Date: Sunday, October 14, 2018 @ 15:07:07
  Author: felixonmars
Revision: 393620

upgpkg: haskell-generics-sop 0.3.2.0-4

rebuild with ghc 8.6.1

Modified:
  haskell-generics-sop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-14 14:56:58 UTC (rev 393619)
+++ PKGBUILD	2018-10-14 15:07:07 UTC (rev 393620)
@@ -4,7 +4,7 @@
 _hkgname=generics-sop
 pkgname=haskell-generics-sop
 pkgver=0.3.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Generic Programming using True Sums of Products"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -14,6 +14,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('7cfc9fa53222d6c81c691b351e5b1b296a7f178418a0b4a131f9c514fe883fa7df4abe3f43b98555ac6bb9030c34464505c2b1848f31bf0df37cc4dc4a89ddfb')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *2.14/<3/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list