[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#36663] [PATCH 09/14] gnu: Add ghc-io-streams-haproxy
From: |
Robert Vollmert |
Subject: |
[bug#36663] [PATCH 09/14] gnu: Add ghc-io-streams-haproxy |
Date: |
Mon, 15 Jul 2019 13:14:07 +0200 |
* gnu/packages/haskell-xyz.scm (ghc-io-streams-haproxy): New field.
---
gnu/packages/haskell-xyz.scm | 39 ++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index f845883589..806a9458f6 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -80,3 +80,42 @@ the parsing, and the pretty-printing of GLSL 1.50 code.")
"Provides a Readable type class for reading data types from ByteString
and Text. Also includes efficient implementations for common data types.")
(license license:bsd-3)))
+
+(define-public ghc-io-streams-haproxy
+ (package
+ (name "ghc-io-streams-haproxy")
+ (version "1.0.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"https://hackage.haskell.org/package/io-streams-haproxy/io-streams-haproxy-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "11nh9q158mgnvvb23s5ffg87lkhl5smk039yl43jghxmb214z0bp"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-attoparsec" ,ghc-attoparsec)
+ ("ghc-io-streams" ,ghc-io-streams)
+ ("ghc-network" ,ghc-network)))
+ (native-inputs
+ `(("ghc-hunit" ,ghc-hunit)
+ ("ghc-test-framework" ,ghc-test-framework)
+ ("ghc-test-framework-hunit"
+ ,ghc-test-framework-hunit)))
+ (arguments
+ `(#:cabal-revision
+ ("4"
+ "06c51a057n5bc9xfbp2m4jz5ds4z1xvmsx5mppch6qfwbz7x5i9l")))
+ (home-page "http://snapframework.com/")
+ (synopsis
+ "HAProxy protocol 1.5 support for io-streams")
+ (description
+ "HAProxy protocol version 1.5 support
+(see <http://haproxy.1wt.eu/download/1.5/doc/proxy-protocol.txt>)
+for applications using io-streams. The proxy protocol allows information
+about a networked peer (like remote address and port) to be propagated
+through a forwarding proxy that is configured to speak this protocol.")
+ (license license:bsd-3)))
--
2.20.1 (Apple Git-117)
- [bug#36663] [PATCH 00/14] Add elm compiler dependencies, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 01/14] gnu: Add ghc-snap-core, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 02/14] gnu: add ghc-snap-server, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 06/14] gnu: Add ghc-openssl-streams, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 05/14] gnu: Add ghc-hsopenssl, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 04/14] gnu: Add ghc-http-common, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 09/14] gnu: Add ghc-io-streams-haproxy,
Robert Vollmert <=
- [bug#36663] [PATCH 03/14] gnu: Add ghc-http-streams, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 07/14] gnu: Add ghc-language-glsl, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 11/14] gnu: Add ghc-io-streams, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 10/14] gnu: Add ghc-zlib-bindings, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 12/14] gnu: Add ghc-prettyclass, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 13/14] gnu: Add ghc-threads, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 08/14] gnu: Add ghc-readable, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 14/14] gnu: Add ghc-concurrent-extra, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 01/14 v2] gnu: Add ghc-snap-core, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 05/14 v2] gnu: Add ghc-hsopenssl, Robert Vollmert, 2019/07/15