[arch-commits] Commit in haskell-servant-server/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue May 28 06:31:31 UTC 2019
Date: Tuesday, May 28, 2019 @ 06:31:31
Author: felixonmars
Revision: 472146
upgpkg: haskell-servant-server 0.16-41
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-server/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-28 06:24:25 UTC (rev 472145)
+++ PKGBUILD 2019-05-28 06:31:31 UTC (rev 472146)
@@ -4,7 +4,7 @@
_hkgname=servant-server
pkgname=haskell-servant-server
pkgver=0.16
-pkgrel=40
+pkgrel=41
pkgdesc="A family of combinators for defining webservices APIs and serving them"
url="http://haskell-servant.readthedocs.org/"
license=("BSD")
@@ -23,7 +23,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i 's/< *0.8/<1/' $_hkgname.cabal
+ sed -i -e 's/< *0.8/<1/' -e 's/< *2.13/<3/' -e 's/< *0.4.1/<0.5/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list