Date: Wednesday, February 8, 2017 @ 08:18:49 Author: felixonmars Revision: 211165
upgpkg: purescript 0.10.6-1 Modified: purescript/trunk/PKGBUILD ----------+ PKGBUILD | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-08 08:18:47 UTC (rev 211164) +++ PKGBUILD 2017-02-08 08:18:49 UTC (rev 211165) @@ -3,8 +3,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=purescript -pkgver=0.10.5 -pkgrel=11 +pkgver=0.10.6 +pkgrel=1 pkgdesc="PureScript Programming Language Compiler" url="http://www.purescript.org/" license=("custom:BSD3") @@ -12,23 +12,23 @@ depends=('gmp' 'libffi' 'zlib') makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" "haskell-aeson-pretty" "haskell-ansi-terminal" "haskell-ansi-wl-pprint" "haskell-base-compat" - "haskell-bower-json" "haskell-boxes" "haskell-clock" "haskell-data-ordlist" - "haskell-dlist" "haskell-edit-distance" "haskell-file-embed" "haskell-foldl" - "haskell-fsnotify" "haskell-glob" "haskell-http-client" "haskell-http-types" - "haskell-language-javascript" "haskell-lens" "haskell-lifted-base" - "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" - "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec" + "haskell-blaze-html" "haskell-bower-json" "haskell-boxes" "haskell-cheapskate" + "haskell-clock" "haskell-data-ordlist" "haskell-dlist" "haskell-edit-distance" + "haskell-file-embed" "haskell-foldl" "haskell-fsnotify" "haskell-glob" + "haskell-http-client" "haskell-http-types" "haskell-language-javascript" + "haskell-lens" "haskell-lifted-base" "haskell-monad-control" "haskell-monad-logger" + "haskell-mtl" "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec" "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" "haskell-protolude" "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" "haskell-sourcemap" "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" "haskell-system-filepath" "haskell-text" "haskell-transformers-base" "haskell-transformers-compat" - "haskell-turtle1.2" "haskell-unordered-containers" "haskell-utf8-string" + "haskell-turtle" "haskell-unordered-containers" "haskell-utf8-string" "haskell-vector" "haskell-wai" "haskell-wai-websockets" "haskell-warp" "haskell-websockets") optdepends=('pulp: for development environment') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz" http-client-0.5.patch) -sha256sums=('0d36361819866efe703eb3ae37f597316098ec3ead6edc9236ea63d54bdc8916' +sha256sums=('d535b7ad3edc29a9655a0a25a135c3e1cb4296186eab529b5d7742d1b8a5bf19' '2e8ac0165d8dfde7f2ec27f4b77fb4139a435cf2148d3853ec95455334601b03') prepare() {
