guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

36/272: gnu: Add ghc-bsb-http-chunked.


From: Ricardo Wurmus
Subject: 36/272: gnu: Add ghc-bsb-http-chunked.
Date: Mon, 1 Oct 2018 06:13:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e95cc1087a13ab4c26244c31b7e6512c37042a5b
Author: Timothy Sample <address@hidden>
Date:   Mon Sep 3 09:53:24 2018 -0400

    gnu: Add ghc-bsb-http-chunked.
    
    * gnu/packages/haskell-web.scm (ghc-bsb-http-chunked): New variable.
---
 gnu/packages/haskell-web.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 0a53136..190bec8 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -524,6 +524,30 @@ functionality.")
 Haskell's Web Application Interface (WAI).")
     (license license:expat)))
 
+(define-public ghc-bsb-http-chunked
+  (package
+    (name "ghc-bsb-http-chunked")
+    (version "0.0.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://hackage.haskell.org/package/";
+             "bsb-http-chunked/bsb-http-chunked-"
+             version ".tar.gz"))
+       (sha256
+        (base32
+         "1x6m6xkrcw6jiaig1bb2wb5pqyw31x8xr9k9pxgq2g3ng44pbjr8"))))
+    (build-system haskell-build-system)
+    (inputs
+     `(("ghc-bytestring-builder" ,ghc-bytestring-builder)))
+    (home-page "http://github.com/sjakobi/bsb-http-chunked";)
+    (synopsis "Chunked HTTP transfer encoding for bytestring builders")
+    (description "This Haskell library contains functions for encoding
+bytestring builders for chunked Hypertext Transfer Protocol (HTTP) 1.1
+transfers.")
+    (license license:bsd-3)))
+
 (define-public ghc-warp
   (package
     (name "ghc-warp")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]