Date: Sunday, February 21, 2016 @ 17:14:28 Author: fyan Revision: 163033
upgpkg: stack 1.0.4.1-1 Modified: stack/trunk/PKGBUILD ----------+ PKGBUILD | 34 ++++++++++++++-------------------- 1 file changed, 14 insertions(+), 20 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-21 15:23:24 UTC (rev 163032) +++ PKGBUILD 2016-02-21 16:14:28 UTC (rev 163033) @@ -4,8 +4,8 @@ pkgbase=stack pkgname=(stack haskell-stack) -pkgver=1.0.2 -pkgrel=18 +pkgver=1.0.4.1 +pkgrel=1 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack" license=("custom:BSD3") @@ -12,33 +12,27 @@ arch=('i686' 'x86_64') makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-ansi-terminal" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring" "haskell-base64-bytestring" - "haskell-bifunctors" "haskell-binary-tagged" "haskell-blaze-builder" - "haskell-byteable" "haskell-conduit" "haskell-conduit-combinators" - "haskell-conduit-extra" "haskell-cryptohash" "haskell-cryptohash-conduit" - "haskell-edit-distance" "haskell-either" + "haskell-binary-tagged" "haskell-blaze-builder" "haskell-byteable" + "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-file-embed" "haskell-filelock" - "haskell-fsnotify" "haskell-gitrev" "haskell-hashable" "haskell-hastache" - "haskell-http-client" "haskell-http-client-tls" "haskell-http-conduit" - "haskell-http-types" "haskell-lifted-base" "haskell-monad-control" - "haskell-monad-logger" "haskell-monad-loops" "haskell-mtl" "haskell-old-locale" - "haskell-optparse-applicative" "haskell-optparse-simple" "haskell-path" + "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-void" - "haskell-word8" "haskell-yaml" "haskell-zlib") + "haskell-uuid" "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=('4227f4c4016e5008755a974cbf04a9772319d87d1764da32228e74f13153c5c4') +sha256sums=('660ce0c2126ddf2bb8c88a7b857571781dd09ac1953a3437522e123830dc537a') -prepare() { - sed -i 's/Cabal >=1.22.6.0 && <1.23,/Cabal >=1.18.1.5 \&\& <1.23,/' \ - ${pkgbase}-${pkgver}/${pkgbase}.cabal -} - build() { cd "${srcdir}/${pkgbase}-${pkgver}"
