[arch-commits] Commit in haskell-blaze-html/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Oct 15 15:22:06 UTC 2018
Date: Monday, October 15, 2018 @ 15:22:05
Author: felixonmars
Revision: 394219
upgpkg: haskell-blaze-html 0.9.1.1-10
rebuild with ghc 8.6.1
Modified:
haskell-blaze-html/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-15 14:48:57 UTC (rev 394218)
+++ PKGBUILD 2018-10-15 15:22:05 UTC (rev 394219)
@@ -4,7 +4,7 @@
_hkgname=blaze-html
pkgname=haskell-blaze-html
pkgver=0.9.1.1
-pkgrel=9
+pkgrel=10
pkgdesc="A blazingly fast HTML combinator library for Haskell"
url="http://jaspervdj.be/blaze"
license=("custom:BSD3")
@@ -15,6 +15,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('02daa67d0aa7239e37a04fe52e96114ca2d1a837771aa56d5a02d93e0d261f8ed276cd4da2436c98bbfa2f2a552cd67f0b3c58dbfed2fa99350299b512e8ffaa')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *0.6/<1/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list