[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/53: gnu: ghc-http: Update to 4000.3.12.
From: |
Ricardo Wurmus |
Subject: |
37/53: gnu: ghc-http: Update to 4000.3.12. |
Date: |
Thu, 16 Aug 2018 11:05:01 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 4aa46e40e8b9ad1ba29ed7f50b26419bb5134016
Author: Ricardo Wurmus <address@hidden>
Date: Wed Aug 15 11:44:13 2018 +0200
gnu: ghc-http: Update to 4000.3.12.
* gnu/packages/haskell-web.scm (ghc-http): Update to 4000.3.12.
[native-inputs]: Add ghc-httpd-shed, ghc-test-framework, and
ghc-test-framework-hunit.
[inputs]: Add ghc-case-insensitive, ghc-conduit, ghc-conduit-extra,
ghc-http-types, ghc-puremd5, and ghc-split.
---
gnu/packages/haskell-web.scm | 27 +++++++++++++++++----------
1 file changed, 17 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index b4d7e9c..a043ffc 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -147,29 +147,36 @@ both client and server code).")
(define-public ghc-http
(package
(name "ghc-http")
- (version "4000.3.3")
+ (version "4000.3.12")
(outputs '("out" "doc"))
(source
(origin
(method url-fetch)
- (uri (string-append
- "https://hackage.haskell.org/package/HTTP/HTTP-"
- version
- ".tar.gz"))
+ (uri (string-append "https://hackage.haskell.org/package/HTTP/"
+ "HTTP-" version ".tar.gz"))
(sha256
(base32
- "1wlvvqcxsnd2is3khsla0vd8i9cy12v1pg6d6i13ihcd131a7bdv"))))
+ "140r6qy1ay25piv0z3hih11zhigyi08nkwc32097j43pjff6mzx3"))))
(build-system haskell-build-system)
(native-inputs
- `(("ghc-hunit" ,ghc-hunit)))
+ `(("ghc-httpd-shed" ,ghc-httpd-shed)
+ ("ghc-hunit" ,ghc-hunit)
+ ("ghc-test-framework" ,ghc-test-framework)
+ ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
(inputs
- `(("ghc-old-time" ,ghc-old-time)
+ `(("ghc-case-insensitive" ,ghc-case-insensitive)
+ ("ghc-conduit" ,ghc-conduit)
+ ("ghc-conduit-extra" ,ghc-conduit-extra)
+ ("ghc-http-types" ,ghc-http-types)
+ ("ghc-old-time" ,ghc-old-time)
("ghc-parsec" ,ghc-parsec)
+ ("ghc-puremd5" ,ghc-puremd5)
("ghc-mtl" ,ghc-mtl)
("ghc-network" ,ghc-network)
- ("ghc-network-uri" ,ghc-network-uri)))
+ ("ghc-network-uri" ,ghc-network-uri)
+ ("ghc-split" ,ghc-split)))
(arguments
- `(#:tests? #f)) ; FIXME: currently missing libraries used for tests.
+ `(#:tests? #f)) ; FIXME: currently missing libraries used for tests.
(home-page "https://github.com/haskell/HTTP")
(synopsis "Library for client-side HTTP")
(description
- 48/53: gnu: Add ghc-gtk2hs-buildtools., (continued)
- 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, 2018/08/16
- 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 <=
- 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
- 47/53: gnu: Add ghc-operational., Ricardo Wurmus, 2018/08/16