[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27367] [PATCH 12/15] gnu: Add ghc-warp-tls.
From: |
rsiddharth |
Subject: |
[bug#27367] [PATCH 12/15] gnu: Add ghc-warp-tls. |
Date: |
Thu, 15 Jun 2017 01:23:57 +0000 |
* gnu/packages/haskell.scm (ghc-warp-tls): New variable.
---
gnu/packages/haskell.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 4ea41c240..c3ebc4be0 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8601,4 +8601,32 @@ and HPACK. Currently HTTP/2 16 framing and HPACK 10 is
supported.")
based WAI (Web Application Interface in Haskell).")
(license license:expat)))
+(define-public ghc-warp-tls
+ (package
+ (name "ghc-warp-tls")
+ (version "3.2.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "warp-tls-" version "/"
+ "warp-tls-" version ".tar.gz"))
+ (sha256
+ (base32
+ "14m2bzk5ivz9gdpxlcj6qnh46f2lycm1ybdjnfkj2876zrqwii7m"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-cryptonite" ,ghc-cryptonite)
+ ("ghc-data-default-class" ,ghc-data-default-class)
+ ("ghc-network" ,ghc-network)
+ ("ghc-streaming-commons" ,ghc-streaming-commons)
+ ("ghc-tls" ,ghc-tls)
+ ("ghc-wai" ,ghc-wai)
+ ("ghc-warp" ,ghc-warp)))
+ (home-page "http://github.com/yesodweb/wai")
+ (synopsis "SSL/TLS support for Warp")
+ (description "This package provides SSL/TLS support for Warp,
+a WAI handler, via the native Haskell TLS implementation.")
+ (license license:expat)))
+
;;; haskell.scm ends here
--
2.11.0
- [bug#27367] [PATCH 01/15] gnu: Add ghc-wai-conduit., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 12/15] gnu: Add ghc-warp-tls.,
rsiddharth <=
- [bug#27367] [PATCH 15/15] gnu: Add ghc-http-conduit., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 02/15] gnu: Add ghc-http-date., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 08/15] gnu: ghc-auto-update: Update to 0.1.4., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 03/15] gnu: Add ghc-simple-sendfile, rsiddharth, 2017/06/15
- [bug#27367] [PATCH 11/15] gnu: Add ghc-warp., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 13/15] gnu: ghc-http-client: Update to 0.5.6.1., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 05/15] gnu: Add ghc-psqueues., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 09/15] gnu: ghc-wai: Update to 3.2.1.1., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 10/15] gnu: ghc-wai-extra: Update to 3.0.13.1., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 14/15] gnu: ghc-http-client-tls: Update to 0.3.4.1., rsiddharth, 2017/06/15