[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27367] [PATCH 01/15] gnu: Add ghc-wai-conduit.
From: |
rsiddharth |
Subject: |
[bug#27367] [PATCH 01/15] gnu: Add ghc-wai-conduit. |
Date: |
Thu, 15 Jun 2017 01:23:46 +0000 |
* gnu/packages/haskell.scm (ghc-wai-conduit): New variable.
---
gnu/packages/haskell.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8295f40c8..682095b46 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8318,4 +8318,29 @@ advanced user's otherwise working script to fail under
future circumstances.
directly uses the type system, rather than out-of-band exceptions.")
(license license:bsd-3)))
+(define-public ghc-wai-conduit
+ (package
+ (name "ghc-wai-conduit")
+ (version "3.0.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "wai-conduit-" version "/"
+ "wai-conduit-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1zvsiwjq2mvkb9sjgp3ly9m968m7a2jjzr4id6jpi3mmqykj15z4"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-conduit" ,ghc-conduit)
+ ("ghc-http-types" ,ghc-http-types)
+ ("ghc-wai" ,ghc-wai)
+ ("ghc-blaze-builder" ,ghc-blaze-builder)))
+ (home-page "https://github.com/yesodweb/wai")
+ (synopsis "Conduit wrappers for Haskell's WAI")
+ (description "This package provides data streaming abstraction for
+Haskell's Web Application Interface (WAI).")
+ (license license:expat)))
+
;;; haskell.scm ends here
--
2.11.0
- [bug#27367] [PATCH 01/15] gnu: Add ghc-wai-conduit.,
rsiddharth <=
- [bug#27367] [PATCH 12/15] gnu: Add ghc-warp-tls., rsiddharth, 2017/06/15
- [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