me
/
guix
Archived
1
0
Fork 0

gnu: ghc-warp-tls: Update to 3.2.4.3.

* gnu/packages/haskell-web.scm (ghc-warp-tls): Update to 3.2.4.3.
[inputs]: Add ghc-tls-session-manager.
master
Timothy Sample 2018-08-29 01:24:28 -04:00 committed by Ricardo Wurmus
parent 8401d3aad0
commit 6ef0793074
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -627,7 +627,7 @@ limitation, automatic pruning, energy saving and replay resistance.")
(define-public ghc-warp-tls (define-public ghc-warp-tls
(package (package
(name "ghc-warp-tls") (name "ghc-warp-tls")
(version "3.2.3") (version "3.2.4.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -636,7 +636,7 @@ limitation, automatic pruning, energy saving and replay resistance.")
"warp-tls-" version ".tar.gz")) "warp-tls-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"14m2bzk5ivz9gdpxlcj6qnh46f2lycm1ybdjnfkj2876zrqwii7m")))) "17gj295fr98l7mkz2gdz6kahdnmja0sql3kvy2zab6q168g53kc4"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-cryptonite" ,ghc-cryptonite) `(("ghc-cryptonite" ,ghc-cryptonite)
@ -644,6 +644,7 @@ limitation, automatic pruning, energy saving and replay resistance.")
("ghc-network" ,ghc-network) ("ghc-network" ,ghc-network)
("ghc-streaming-commons" ,ghc-streaming-commons) ("ghc-streaming-commons" ,ghc-streaming-commons)
("ghc-tls" ,ghc-tls) ("ghc-tls" ,ghc-tls)
("ghc-tls-session-manager" ,ghc-tls-session-manager)
("ghc-wai" ,ghc-wai) ("ghc-wai" ,ghc-wai)
("ghc-warp" ,ghc-warp))) ("ghc-warp" ,ghc-warp)))
(home-page "http://github.com/yesodweb/wai") (home-page "http://github.com/yesodweb/wai")