[arch-commits] Commit in haskell-servant/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 27 20:05:50 UTC 2019
Date: Monday, May 27, 2019 @ 20:05:50
Author: felixonmars
Revision: 471954
upgpkg: haskell-servant 0.16.0.1-4
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-servant/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-27 20:03:06 UTC (rev 471953)
+++ PKGBUILD 2019-05-27 20:05:50 UTC (rev 471954)
@@ -4,7 +4,7 @@
_hkgname=servant
pkgname=haskell-servant
pkgver=0.16.0.1
-pkgrel=3
+pkgrel=4
pkgdesc="A family of combinators for defining webservices APIs"
url="http://haskell-servant.readthedocs.org/"
license=("BSD")
@@ -19,6 +19,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('d5b3eee842f79df96cba9f4f0b334278a071c760123b80d1ceb37a0496c71c007ce9481ad93bd399c17ea9a8c8da17da7b22ea827bd374cd4a4bd04e11b6c25a')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *0.4.1/<0.5/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list