[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
123/154: gnu: Add ghc-wai.
From: |
Paul |
Subject: |
123/154: gnu: Add ghc-wai. |
Date: |
Thu, 22 Oct 2015 20:23:23 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 04236cb6ac598866eef7a5c7b02c2377a9162d33
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 16:46:43 2015 +0200
gnu: Add ghc-wai.
* gnu/packages/haskell.scm (ghc-wai): New variable.
---
gnu/packages/haskell.scm | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a89e6f4..2e48d57 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3937,4 +3937,38 @@ for Haskell, optimized for ease of use and high
performance. (A note on
naming: in Greek mythology, Aeson was the father of Jason.)")
(license bsd-3)))
+(define-public ghc-wai
+ (package
+ (name "ghc-wai")
+ (version "3.0.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/wai/wai-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1551n0g0n22vml33v0jz5xgjcy6j79algvsdqg11a1z5ljjrjlqf"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-bytestring-builder" ,ghc-bytestring-builder)
+ ("ghc-unix-compat" ,ghc-unix-compat)
+ ("ghc-vault" ,ghc-vault)
+ ("ghc-blaze-builder" ,ghc-blaze-builder)
+ ("ghc-network" ,ghc-network)))
+ (inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-hunit" ,ghc-hunit)
+ ("ghc-hspec" ,ghc-hspec)
+ ("ghc-text" ,ghc-text)
+ ("ghc-http-types" ,ghc-http-types)))
+ (home-page "https://hackage.haskell.org/package/wai")
+ (synopsis "Web application interface for Haskell")
+ (description "This package provides a Web Application Interface (WAI)
+library for the Haskell language. It defines a common protocol for
+communication between web applications and web servers.")
+ (license bsd-3)))
+
;;; haskell.scm ends here
- 113/154: gnu: Add cpphs., (continued)
- 113/154: gnu: Add cpphs., Paul, 2015/10/22
- 111/154: gnu: Add ghc-adjunctions., Paul, 2015/10/22
- 114/154: gnu: Add ghc-cmdargs., Paul, 2015/10/22
- 120/154: gnu: Add ghc-xss-sanitize., Paul, 2015/10/22
- 121/154: gnu: Add ghc-parsers., Paul, 2015/10/22
- 118/154: gnu: Add ghc-resourcet., Paul, 2015/10/22
- 115/154: gnu: Add ghc-happy., Paul, 2015/10/22
- 119/154: gnu: Add ghc-streaming-commons., Paul, 2015/10/22
- 117/154: gnu: Add hlint., Paul, 2015/10/22
- 124/154: gnu: Add ghc-wai-logger., Paul, 2015/10/22
- 123/154: gnu: Add ghc-wai.,
Paul <=
- 116/154: gnu: Add ghc-haskell-src-exts., Paul, 2015/10/22
- 122/154: gnu: Add ghc-cookie., Paul, 2015/10/22
- 129/154: gnu: Add ghc-cheapskate., Paul, 2015/10/22
- 132/154: gnu: Add ghc-haddock-library., Paul, 2015/10/22
- 134/154: gnu: Add ghc-haddock., Paul, 2015/10/22
- 136/154: gnu: Add ghc-multipart., Paul, 2015/10/22
- 133/154: gnu: Add ghc-haddock-api., Paul, 2015/10/22
- 135/154: gnu: Add ghc-alex., Paul, 2015/10/22
- 127/154: gnu: Add ghc-kan-extensions., Paul, 2015/10/22
- 128/154: gnu: Add ghc-lens., Paul, 2015/10/22