[arch-commits] Commit in haskell-esqueleto/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Aug 26 18:18:25 UTC 2016
Date: Friday, August 26, 2016 @ 18:18:25
Author: felixonmars
Revision: 187714
upgpkg: haskell-esqueleto 2.4.3-34
rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6
Modified:
haskell-esqueleto/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-26 18:17:37 UTC (rev 187713)
+++ PKGBUILD 2016-08-26 18:18:25 UTC (rev 187714)
@@ -5,7 +5,7 @@
_hkgname=esqueleto
pkgname=haskell-esqueleto
pkgver=2.4.3
-pkgrel=33
+pkgrel=34
pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
url="https://github.com/prowdsponsor/esqueleto"
license=("custom:BSD3")
@@ -22,7 +22,9 @@
# https://github.com/prowdsponsor/esqueleto/pull/139
(cd $_hkgname-$pkgver && patch -p1 -i ../persistent-2.5.patch)
- sed -i 's/base >= 4.5 && < 4.9/base >= 4.5 \&\& < 4.10/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+ sed -e 's/base >= 4.5 && < 4.9/base >= 4.5 \&\& < 4.10/' \
+ -e 's/, persistent >= 2.5 && < 2.6/, persistent >= 2.5 \&\& < 2.7/' \
+ -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
}
build() {
More information about the arch-commits
mailing list