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

Felix Yan fyan at archlinux.org
Wed May 4 16:39:36 UTC 2016


    Date: Wednesday, May 4, 2016 @ 18:39:36
  Author: fyan
Revision: 173748

upgpkg: stack 1.1.0-1

rebuild with concurrent-output-1.7.6, retry-0.7.2, split-0.2.3.1, tar-0.5.0.3

Modified:
  stack/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-04 16:26:53 UTC (rev 173747)
+++ PKGBUILD	2016-05-04 16:39:36 UTC (rev 173748)
@@ -4,8 +4,8 @@
 
 pkgbase=stack
 pkgname=(stack haskell-stack)
-pkgver=1.0.4.3
-pkgrel=9
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack"
 license=("custom:BSD3")
@@ -19,23 +19,22 @@
              "haskell-extra" "haskell-fast-logger" "haskell-filelock" "haskell-fsnotify"
              "haskell-gitrev" "haskell-hashable" "haskell-hastache" "haskell-http-client"
              "haskell-http-client-tls" "haskell-http-conduit" "haskell-http-types"
-             "haskell-hpack" "haskell-lifted-base" "haskell-monad-control"
-             "haskell-monad-logger" "haskell-mtl" "haskell-optparse-applicative"
-             "haskell-optparse-simple" "haskell-path" "haskell-path-io"
-             "haskell-persistent" "haskell-persistent-sqlite" "haskell-persistent-template"
-             "haskell-project-template" "haskell-resourcet" "haskell-retry" "haskell-safe"
-             "haskell-semigroups" "haskell-split" "haskell-stm" "haskell-streaming-commons"
-             "haskell-tar" "haskell-temporary" "haskell-text" "haskell-text-binary"
-             "haskell-transformers-base" "haskell-unix-compat" "haskell-unordered-containers"
-             "haskell-uuid" "haskell-vector" "haskell-vector-binary-instances"
+             "haskell-hpack" "haskell-lifted-base" "haskell-microlens"
+             "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+             "haskell-open-browser" "haskell-optparse-applicative" "haskell-optparse-simple"
+             "haskell-path" "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite"
+             "haskell-persistent-template" "haskell-project-template" "haskell-resourcet"
+             "haskell-retry" "haskell-safe" "haskell-semigroups" "haskell-split" "haskell-stm"
+             "haskell-streaming-commons" "haskell-tar" "haskell-temporary" "haskell-text"
+             "haskell-text-binary" "haskell-transformers-base" "haskell-unix-compat"
+             "haskell-unordered-containers" "haskell-vector" "haskell-vector-binary-instances"
              "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('2a445ff671cfd75ccf3185c52832298598dc03dbfbede2b7be21237f63c305b2')
+sha256sums=('58cce7048438bc452a81384493b4644034d5a0b456acd51bf7c19098a9cf406a')
 
 prepare() {
-    sed -e 's/hpack >=0.9.0 && <0.12/hpack >=0.9.0 \&\& <0.14/' \
-        -e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& <0.4,/' \
+    sed -e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& <0.4,/' \
         -i ${pkgbase}-${pkgver}/${pkgbase}.cabal
 }
 



More information about the arch-commits mailing list