[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
122/153: gnu: Add ghc-wai.
From: |
Paul |
Subject: |
122/153: gnu: Add ghc-wai. |
Date: |
Wed, 21 Oct 2015 20:51:02 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 3926bed21e09f325d0781452f4a37a7c074ca77b
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 | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 4236aab..accbd35 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4004,4 +4004,36 @@ 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 "WAI: Web Application Interface")
+ (description "Web Application Interface library for Haskell.")
+ (license bsd-3)))
+
;;; haskell.scm ends here
- 120/153: gnu: Add ghc-parsers., (continued)
- 120/153: gnu: Add ghc-parsers., Paul, 2015/10/21
- 136/153: gnu: Add ghc-cgi., Paul, 2015/10/21
- 135/153: gnu: Add ghc-multipart., Paul, 2015/10/21
- 139/153: gnu: Add ghc-xhtml., Paul, 2015/10/21
- 129/153: gnu: Add ghc-trifecta., Paul, 2015/10/21
- 128/153: gnu: Add ghc-cheapskate., Paul, 2015/10/21
- 106/153: gnu: Add ghc-reducers., Paul, 2015/10/21
- 112/153: gnu: Add ghc-cpphs., Paul, 2015/10/21
- 118/153: gnu: Add ghc-streaming-commons., Paul, 2015/10/21
- 119/153: gnu: Add ghc-xss-sanitize., Paul, 2015/10/21
- 122/153: gnu: Add ghc-wai.,
Paul <=
- 132/153: gnu: Add ghc-haddock-api., Paul, 2015/10/21
- 123/153: gnu: Add ghc-wai-logger., Paul, 2015/10/21
- 115/153: gnu: Add ghc-haskell-src-exts., Paul, 2015/10/21
- 124/153: gnu: Add ghc-wai-extra., Paul, 2015/10/21
- 151/153: gnu: Add raincat platform game., Paul, 2015/10/21
- 144/153: gnu: Add ghc-gluraw., Paul, 2015/10/21
- 145/153: gnu: Add ghc-objectname., Paul, 2015/10/21
- 146/153: gnu: Add ghc-opengl., Paul, 2015/10/21
- 147/153: gnu: Add ghc-glut., Paul, 2015/10/21
- 153/153: import: hackage: Fix grammar., Paul, 2015/10/21