gnu: ghc-http-client: Update to 0.7.11.

* gnu/packages/haskell-web.scm (ghc-http-client): Update to 0.7.11.
[inputs]: Add ghc-iproute.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Kyle Meyer 2022-03-26 23:26:01 -04:00 committed by Leo Famulari
parent 591007f7d1
commit d2984784fd
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -221,7 +221,7 @@ responses coming back.")
(define-public ghc-http-client (define-public ghc-http-client
(package (package
(name "ghc-http-client") (name "ghc-http-client")
(version "0.6.4.1") (version "0.7.11")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/" (uri (string-append "https://hackage.haskell.org/package/"
@ -229,7 +229,7 @@ responses coming back.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1y12xfh6xvsfvyapbssmgrpjz025rmyccprbnmzhs0y1cmlz6hjp")))) "12j7vkpkm2djws6ny7vm2324c7916d0iaf1mbvf4mfjxzy2w7imv"))))
(build-system haskell-build-system) (build-system haskell-build-system)
;; Tests require access to the web. ;; Tests require access to the web.
(arguments `(#:tests? #f)) (arguments `(#:tests? #f))
@ -242,6 +242,7 @@ responses coming back.")
ghc-data-default-class ghc-data-default-class
ghc-exceptions ghc-exceptions
ghc-http-types ghc-http-types
ghc-iproute
ghc-memory ghc-memory
ghc-mime-types ghc-mime-types
ghc-monad-control ghc-monad-control