[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
122/151: gnu: Add ghc-wai.
From: |
Paul |
Subject: |
122/151: gnu: Add ghc-wai. |
Date: |
Mon, 19 Oct 2015 08:58:42 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit e22cda7bb3e672f2a307afd9bf48d9e24225816c
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 91aeeed..491d476 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4079,4 +4079,36 @@ 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
- 113/151: gnu: Add ghc-cmdargs., (continued)
- 113/151: gnu: Add ghc-cmdargs., Paul, 2015/10/19
- 109/151: gnu: Add ghc-free., Paul, 2015/10/19
- 114/151: gnu: Add ghc-happy., Paul, 2015/10/19
- 111/151: gnu: Add ghc-simple-reflect., Paul, 2015/10/19
- 115/151: gnu: Add ghc-haskell-src-exts., Paul, 2015/10/19
- 117/151: gnu: Add ghc-resourcet., Paul, 2015/10/19
- 120/151: gnu: Add ghc-parsers., Paul, 2015/10/19
- 121/151: gnu: Add ghc-cookie., Paul, 2015/10/19
- 116/151: gnu: Add ghc-hlint., Paul, 2015/10/19
- 118/151: gnu: Add ghc-streaming-commons., Paul, 2015/10/19
- 122/151: gnu: Add ghc-wai.,
Paul <=
- 123/151: gnu: Add ghc-wai-logger., Paul, 2015/10/19
- 124/151: gnu: Add ghc-wai-extra., Paul, 2015/10/19
- 119/151: gnu: Add ghc-xss-sanitize., Paul, 2015/10/19
- 125/151: gnu: Add ghc-vector-binary-instances., Paul, 2015/10/19
- 127/151: gnu: Add ghc-lens., Paul, 2015/10/19
- 129/151: gnu: Add ghc-trifecta., Paul, 2015/10/19
- 128/151: gnu: Add ghc-cheapskate., Paul, 2015/10/19
- 126/151: gnu: Add ghc-kan-extensions., Paul, 2015/10/19
- 130/151: gnu: Add Idris, the dependently-typed language., Paul, 2015/10/19
- 132/151: gnu: Add ghc-haddock-api., Paul, 2015/10/19