[arch-commits] Commit in stack/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Aug 27 03:53:20 UTC 2016


    Date: Saturday, August 27, 2016 @ 03:53:20
  Author: felixonmars
Revision: 187748

upgpkg: stack 1.1.2-19

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:
  stack/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-26 20:01:16 UTC (rev 187747)
+++ PKGBUILD	2016-08-27 03:53:20 UTC (rev 187748)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.1.2
-pkgrel=18
+pkgrel=19
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack"
 license=("custom:BSD3")
@@ -50,6 +50,9 @@
         -e 's/http-client-tls >=0.2.2 && <0.3,/http-client-tls >=0.2.2 \&\& <0.4,/' \
         -e 's/http-conduit >=2.1.7 && <2.2,/http-conduit >=2.1.7 \&\& <2.3,/' \
         -e 's/extra >=1.4.6 && <1.5,/extra >=1.4.6 \&\& <1.6,/' \
+        -e 's/generic-deriving >=1.9.0 && <1.11,/generic-deriving >=1.9.0 \&\& <1.12,/' \
+        -e 's/persistent >=2.1.2 && <2.6,/persistent >=2.1.2 \&\& <2.7,/' \
+        -e 's/persistent-sqlite >=2.1.4 && <2.6,/persistent-sqlite >=2.1.4 \&\& <2.7,/' \
         -i ${pkgbase}-${pkgver}/${pkgbase}.cabal
 
     cd $pkgbase-$pkgver



More information about the arch-commits mailing list