[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/27: gnu: Add ghc-io-streams-haproxy.
From: |
guix-commits |
Subject: |
22/27: gnu: Add ghc-io-streams-haproxy. |
Date: |
Thu, 1 Aug 2019 12:07:13 -0400 (EDT) |
rob pushed a commit to branch wip-haskell-updates
in repository guix.
commit fb0fe1bcf55908785ee3b27559969ee68be1dba7
Author: Robert Vollmert <address@hidden>
Date: Mon Jul 15 10:46:27 2019 +0200
gnu: Add ghc-io-streams-haproxy.
* gnu/packages/haskell-xyz.scm (ghc-io-streams-haproxy): New package.
---
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 f845883..806a945 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)))
- 12/27: gnu: ghc-yaml: Disable tests., (continued)
- 12/27: gnu: ghc-yaml: Disable tests., guix-commits, 2019/08/01
- 09/27: gnu: Remove ghc-regex-tdfa-rc., guix-commits, 2019/08/01
- 15/27: gnu: Add ghc-snap-server., guix-commits, 2019/08/01
- 11/27: gnu: ghc-libmpd-haskell: Disable tests., guix-commits, 2019/08/01
- 16/27: gnu: Add ghc-http-streams., guix-commits, 2019/08/01
- 19/27: gnu: Add ghc-openssl-streams., guix-commits, 2019/08/01
- 18/27: gnu: Add ghc-hsopenssl., guix-commits, 2019/08/01
- 03/27: gnu: Remove ghc-parsec, ghc-stm, ghc-text, ghc-xhtml., guix-commits, 2019/08/01
- 27/27: gnu: Add ghc-concurrent-extra., guix-commits, 2019/08/01
- 25/27: gnu: Add ghc-prettyclass., guix-commits, 2019/08/01
- 22/27: gnu: Add ghc-io-streams-haproxy.,
guix-commits <=
- 20/27: gnu: Add ghc-language-glsl., guix-commits, 2019/08/01
- 21/27: gnu: Add ghc-readable., guix-commits, 2019/08/01
- 04/27: Revert "gnu: ghc-ansi-wl-pprint: Use ghc-ansi-terminal-0.8.", guix-commits, 2019/08/01
- 08/27: gnu: ghc-validation: Downgrade to 1., guix-commits, 2019/08/01
- 10/27: gnu: Remove ghc-haddock-test., guix-commits, 2019/08/01
- 14/27: gnu: Add ghc-snap-core., guix-commits, 2019/08/01
- 13/27: gnu: ghc-trifecta: Disable tests., guix-commits, 2019/08/01
- 17/27: gnu: Add ghc-http-common., guix-commits, 2019/08/01
- 23/27: gnu: Add ghc-zlib-bindings., guix-commits, 2019/08/01
- 24/27: gnu: Add ghc-io-streams., guix-commits, 2019/08/01