[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue May 28 09:54:15 UTC 2019
Date: Tuesday, May 28, 2019 @ 09:54:14
Author: felixonmars
Revision: 472298
upgpkg: haskell-hakyll 4.12.5.2-13
rebuild with QuickCheck 2.13.1, hspec-core 2.7.1, hspec-discover 2.7.1, hspec 2.7.1, time-compat 1.9.2.2, quickcheck-instances 0.3.21, http-api-data 0.4.1
Modified:
haskell-hakyll/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-28 09:40:45 UTC (rev 472297)
+++ PKGBUILD 2019-05-28 09:54:14 UTC (rev 472298)
@@ -4,7 +4,7 @@
_hkgname=hakyll
pkgname=haskell-hakyll
pkgver=4.12.5.2
-pkgrel=12
+pkgrel=13
pkgdesc="A static website compiler library"
url="http://jaspervdj.be/hakyll"
license=("BSD")
@@ -21,6 +21,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('715324fa19b85e8f39e33b4d5082a04f40fc667737b41117da68a6a0eedad288a551929fa2eea636dd421d4d416996125ff9d83752c7daaf64ecc191e9790469')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *2.13/<3/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list