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

Felix Yan felixonmars at archlinux.org
Thu Dec 22 18:05:24 UTC 2016


    Date: Thursday, December 22, 2016 @ 18:05:24
  Author: felixonmars
Revision: 201120

upgpkg: stack 1.3.0-1

rebuild with aeson-1.0.2.1

Modified:
  stack/trunk/PKGBUILD

----------+
 PKGBUILD |   43 +++++++++++++++++++------------------------
 1 file changed, 19 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-22 17:28:48 UTC (rev 201119)
+++ PKGBUILD	2016-12-22 18:05:24 UTC (rev 201120)
@@ -4,8 +4,8 @@
 
 pkgbase=stack
 pkgname=(stack haskell-stack)
-pkgver=1.2.0
-pkgrel=38
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack"
 license=("custom:BSD3")
@@ -14,31 +14,26 @@
              "haskell-async" "haskell-attoparsec" "haskell-base-compat" "haskell-base16-bytestring"
              "haskell-base64-bytestring" "haskell-binary-tagged" "haskell-blaze-builder"
              "haskell-byteable" "haskell-clock" "haskell-conduit" "haskell-conduit-extra"
-             "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-edit-distance"
-             "haskell-either" "haskell-enclosed-exceptions" "haskell-errors" "haskell-exceptions"
-             "haskell-extra" "haskell-fast-logger" "haskell-filelock" "haskell-fsnotify"
-             "haskell-generic-deriving" "haskell-gitrev" "haskell-hashable" "haskell-hastache"
-             "haskell-hit" "haskell-http-client" "haskell-http-client-tls" "haskell-http-conduit"
-             "haskell-http-types" "haskell-hpack" "haskell-lifted-async" "haskell-lifted-base"
-             "haskell-microlens" "haskell-monad-control" "haskell-monad-logger"
-             "haskell-monad-unlift" "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-cryptohash" "haskell-cryptohash-conduit" "haskell-either" "haskell-errors"
+             "haskell-exceptions" "haskell-extra" "haskell-fast-logger" "haskell-file-embed"
+             "haskell-filelock" "haskell-fsnotify" "haskell-generic-deriving" "haskell-gitrev"
+             "haskell-hashable" "haskell-hastache" "haskell-hit" "haskell-http-client"
+             "haskell-http-client-tls" "haskell-http-conduit" "haskell-http-types" "haskell-hpack"
+             "haskell-lifted-async" "haskell-lifted-base" "haskell-microlens"
+             "haskell-monad-control" "haskell-monad-logger" "haskell-monad-unlift" "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-pid1" "haskell-project-template"
              "haskell-regex-applicative-text" "haskell-resourcet" "haskell-retry" "haskell-safe"
-             "haskell-semigroups" "haskell-split" "haskell-stm" "haskell-store"
-             "haskell-streaming-commons" "haskell-tar" "haskell-temporary" "haskell-text"
-             "haskell-text-binary" "haskell-tls" "haskell-transformers-base"
-             "haskell-unicode-transforms" "haskell-unix-compat" "haskell-unordered-containers"
-             "haskell-vector" "haskell-vector-binary-instances" "haskell-yaml"
-             "haskell-zip-archive" "haskell-zlib")
+             "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" "haskell-stm"
+             "haskell-store" "haskell-streaming-commons" "haskell-tar" "haskell-temporary"
+             "haskell-text" "haskell-text-binary" "haskell-text-metrics" "haskell-tls"
+             "haskell-transformers-base" "haskell-unicode-transforms" "haskell-unix-compat"
+             "haskell-unordered-containers" "haskell-vector" "haskell-vector-binary-instances"
+             "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
 source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('6a13a98413ea5f1a0642d9080892e6bcd996a17baa4d61521c0e0f3d9bb810b3')
+sha256sums=('060ed345ee724b916427430004548c519eb0219242a019ee06c8afd9a793497b')
 
-prepare() {
-    sed -i 's/unicode-transforms ==0.1.\*,/unicode-transforms >=0.1,/' stack-$pkgver/stack.cabal
-}
-
 build() {
     cd "${srcdir}/${pkgbase}-${pkgver}"
     



More information about the arch-commits mailing list