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

Felix Yan fyan at archlinux.org
Thu May 26 04:00:20 UTC 2016


    Date: Thursday, May 26, 2016 @ 06:00:20
  Author: fyan
Revision: 177094

upgpkg: stack 1.1.2-1

rebuild with ghc-8.0.1, base-prelude-1.0.1.1, cabal-install-1.24.0.0, cairo-0.13.2.0, cmark-0.5.2.1, data-default-0.7.0, data-default-class-0.1.0, extra-1.4.7, generic-trie-0.3.0.2, glib-0.13.3.0, gtk3-0.14.3, haddock-api-2.17.2, haddock-library-1.4.1, js-jquery-1.12.4, memory-0.13, microlens-0.4.4.0, network-multicast-0.1.1, pango-0.13.2.0, simple-sendfile-0.2.24, stack-1.1.2, texmath-0.8.6.3, wai-3.2.1.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-26 03:48:41 UTC (rev 177093)
+++ PKGBUILD	2016-05-26 04:00:20 UTC (rev 177094)
@@ -35,12 +35,14 @@
 
 prepare() {
     sed -e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& <0.4,/' \
-        -e 's/binary ==0.7.*,/binary >= 0.7.* \&\& < 0.9,/' \
+        -e 's/binary ==0.7.*,/binary >= 0.7 \&\& < 0.9,/' \
         -e 's/generic-deriving >=1.9.0 && <1.10,/generic-deriving >=1.9.0 \&\& <1.11,/' \
         -e 's/process >=1.2.0.0 && <1.3,/process >=1.2.0.0 \&\& <1.5,/' \
         -e 's/template-haskell >=2.9.0.0 && <2.11,/template-haskell >=2.9.0.0 \&\& <2.12,/' \
         -e 's/time >=1.4.2 && <1.6,/time >=1.4.2 \&\& <1.7,/' \
         -e 's/transformers >=0.3.0.0 && <0.5,/transformers >=0.3.0.0 \&\& <0.6,/' \
+        -e 's/transformers >=0.4.2.0 && <0.5/transformers >=0.4.2.0 \&\& <0.6/' \
+        -e 's/monad-unlift >=0.1.2.0 && <0.2,/monad-unlift >=0.1.2.0 \&\& <0.3,/' \
         -i ${pkgbase}-${pkgver}/${pkgbase}.cabal
 }
 



More information about the arch-commits mailing list