[arch-commits] Commit in haskell-blaze-html/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Jan 20 19:23:54 UTC 2019
Date: Sunday, January 20, 2019 @ 19:23:53
Author: felixonmars
Revision: 425451
upgpkg: haskell-blaze-html 0.9.1.1-14
rebuild with QuickCheck 2.12.6.1, servant 0.15, servant-server 0.15, servant-swagger 1.1.7, hspec-discover 2.7.0, hspec-meta 2.6.0
Modified:
haskell-blaze-html/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-20 19:15:30 UTC (rev 425450)
+++ PKGBUILD 2019-01-20 19:23:53 UTC (rev 425451)
@@ -4,7 +4,7 @@
_hkgname=blaze-html
pkgname=haskell-blaze-html
pkgver=0.9.1.1
-pkgrel=13
+pkgrel=14
pkgdesc="A blazingly fast HTML combinator library for Haskell"
url="http://jaspervdj.be/blaze"
license=("BSD")
@@ -17,7 +17,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i 's/< *0.6/<1/' $_hkgname.cabal
+ sed -i -e 's/< *0.6/<1/' -e 's/< *2.12/<3/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list