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

Felix Yan felixonmars at archlinux.org
Fri Aug 2 11:19:23 UTC 2019


    Date: Friday, August 2, 2019 @ 11:19:22
  Author: felixonmars
Revision: 497009

upgpkg: stack 2.1.3-3

rebuild with persistent 2.10.0, persistent-sqlite 2.10.4, persistent-template 2.7.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-02 11:10:42 UTC (rev 497008)
+++ PKGBUILD	2019-08-02 11:19:22 UTC (rev 497009)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack"
 license=("BSD")
@@ -44,6 +44,8 @@
   patch -p1 -i ../62c24fa0552dc722260f1cee75325145e837ab6a.patch || :
   hpack
   sed -i -e '/semigroups/d' $pkgname.cabal
+
+  sed -i '1i {-# LANGUAGE UndecidableInstances #-}' src/Stack/Storage/{User,Project}.hs
 }
 
 build() {



More information about the arch-commits mailing list