[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/53: gnu: ghc-http-client: Update to 0.5.13.1.
From: |
Ricardo Wurmus |
Subject: |
19/53: gnu: ghc-http-client: Update to 0.5.13.1. |
Date: |
Thu, 16 Aug 2018 11:04:58 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 6c7a3279adcac004080dc0771e8bf6822d3a28a2
Author: Ricardo Wurmus <address@hidden>
Date: Wed Aug 15 11:23:36 2018 +0200
gnu: ghc-http-client: Update to 0.5.13.1.
* gnu/packages/haskell-web.scm (ghc-http-client): Update to 0.5.13.1.
[inputs]: Sort; add ghc-memory.
---
gnu/packages/haskell-web.scm | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 32a7d29..e5ac001 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -181,7 +181,7 @@ responses coming back.")
(define-public ghc-http-client
(package
(name "ghc-http-client")
- (version "0.5.7.1")
+ (version "0.5.13.1")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -189,27 +189,28 @@ responses coming back.")
version ".tar.gz"))
(sha256
(base32
- "19cvnnfcjj2m3pgs6ivyjs21rw9wx5ynarh6hvb27a76cscai2fy"))))
+ "0szwbgvkkdz56lgi91armkagmb7nnfwbpp4j7cm9zhmffv3ba8g1"))))
(build-system haskell-build-system)
;; Tests require access to the web.
(arguments `(#:tests? #f))
(inputs
- `(("ghc-text" ,ghc-text)
- ("ghc-http-types" ,ghc-http-types)
+ `(("ghc-async" ,ghc-async)
+ ("ghc-base64-bytestring" ,ghc-base64-bytestring)
("ghc-blaze-builder" ,ghc-blaze-builder)
- ("ghc-data-default-class" ,ghc-data-default-class)
- ("ghc-network" ,ghc-network)
- ("ghc-streaming-commons" ,ghc-streaming-commons)
("ghc-case-insensitive" ,ghc-case-insensitive)
- ("ghc-base64-bytestring" ,ghc-base64-bytestring)
("ghc-cookie" ,ghc-cookie)
+ ("ghc-data-default-class" ,ghc-data-default-class)
("ghc-exceptions" ,ghc-exceptions)
- ("ghc-random" ,ghc-random)
+ ("ghc-http-types" ,ghc-http-types)
+ ("ghc-memory" ,ghc-memory)
("ghc-mime-types" ,ghc-mime-types)
- ("ghc-network-uri" ,ghc-network-uri)
("ghc-monad-control" ,ghc-monad-control)
- ("ghc-zlib" ,ghc-zlib)
- ("ghc-async" ,ghc-async)))
+ ("ghc-network" ,ghc-network)
+ ("ghc-network-uri" ,ghc-network-uri)
+ ("ghc-random" ,ghc-random)
+ ("ghc-streaming-commons" ,ghc-streaming-commons)
+ ("ghc-text" ,ghc-text)
+ ("ghc-zlib" ,ghc-zlib)))
(native-inputs
`(("ghc-hspec" ,ghc-hspec)))
(home-page "https://github.com/snoyberg/http-client")
- 25/53: gnu: ghc-uuid-types: Allow building with newer HUnit., (continued)
- 25/53: gnu: ghc-uuid-types: Allow building with newer HUnit., Ricardo Wurmus, 2018/08/16
- 39/53: gnu: ghc-vector-algorithms: Fix build errors., Ricardo Wurmus, 2018/08/16
- 35/53: gnu: ghc-streaming-commons: Update to 0.2.1.0., Ricardo Wurmus, 2018/08/16
- 41/53: gnu: Add ghc-convertible., Ricardo Wurmus, 2018/08/16
- 29/53: gnu: Add ghc-typed-process., Ricardo Wurmus, 2018/08/16
- 40/53: gnu: ghc-pandoc: Update to 2.2.1., Ricardo Wurmus, 2018/08/16
- 43/53: gnu: Add ghc-regex., Ricardo Wurmus, 2018/08/16
- 49/53: gnu: ghc-texmath: Update to 0.11.0.1., Ricardo Wurmus, 2018/08/16
- 48/53: gnu: Add ghc-gtk2hs-buildtools., Ricardo Wurmus, 2018/08/16
- 51/53: gnu: Add r-proc., Ricardo Wurmus, 2018/08/16
- 19/53: gnu: ghc-http-client: Update to 0.5.13.1.,
Ricardo Wurmus <=
- 27/53: gnu: ghc-conduit-combinators: Update to 1.3.0., Ricardo Wurmus, 2018/08/16
- 52/53: gnu: Add r-rootsolve., Ricardo Wurmus, 2018/08/16
- 46/53: gnu: Add ghc-intervalmap., Ricardo Wurmus, 2018/08/16
- 45/53: gnu: Add ghc-missingh., Ricardo Wurmus, 2018/08/16
- 28/53: gnu: ghc-mono-traversable: Update to 1.0.9.0., Ricardo Wurmus, 2018/08/16
- 50/53: gnu: Add ghc-chart., Ricardo Wurmus, 2018/08/16
- 24/53: gnu: ghc-ansi-wl-pprint: Update to 0.6.8.2., Ricardo Wurmus, 2018/08/16
- 37/53: gnu: ghc-http: Update to 4000.3.12., Ricardo Wurmus, 2018/08/16
- 53/53: gnu: Add r-inspect., Ricardo Wurmus, 2018/08/16
- 22/53: gnu: ghc-hunit: Update to 1.6.0.0., Ricardo Wurmus, 2018/08/16