[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
124/151: gnu: Add ghc-wai-extra.
From: |
Paul |
Subject: |
124/151: gnu: Add ghc-wai-extra. |
Date: |
Tue, 20 Oct 2015 15:31:33 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 749555695429896286b43d1a44f8453215f35a3e
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 16:48:50 2015 +0200
gnu: Add ghc-wai-extra.
* gnu/packages/haskell.scm (ghc-wai-extra): New variable.
---
gnu/packages/haskell.scm | 48 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 29e2bcf..6bfdfee 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4072,4 +4072,52 @@ naming: in Greek mythology, Aeson was the father of
Jason.)")
(description "This package provides the logging system for WAI.")
(license bsd-3)))
+(define-public ghc-wai-extra
+ (package
+ (name "ghc-wai-extra")
+ (version "3.0.11.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/wai-extra/wai-extra-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1kr2s5qyx1dvnwr372h7pca4sgxjv0pdx96xkgsfi180h3mb0vq8"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-ansi-terminal" ,ghc-ansi-terminal)
+ ("ghc-base64-bytestring" ,ghc-base64-bytestring)
+ ("ghc-cookie" ,ghc-cookie)
+ ("ghc-blaze-builder" ,ghc-blaze-builder)
+ ("ghc-network" ,ghc-network)
+ ("ghc-lifted-base" ,ghc-lifted-base)
+ ("ghc-streaming-commons" ,ghc-streaming-commons)
+ ("ghc-stringsearch" ,ghc-stringsearch)
+ ("ghc-resourcet" ,ghc-resourcet)
+ ("ghc-fast-logger" ,ghc-fast-logger)
+ ("ghc-wai-logger" ,ghc-wai-logger)
+ ("ghc-zlib" ,ghc-zlib)
+ ("ghc-word8" ,ghc-word8)
+ ("ghc-iproute" ,ghc-iproute)
+ ("ghc-void" ,ghc-void)))
+ (inputs
+ `(("ghc-wai" ,ghc-wai)
+ ("ghc-http-types" ,ghc-http-types)
+ ("ghc-text" ,ghc-text)
+ ("ghc-case-insensitive" ,ghc-case-insensitive)
+ ("ghc-data-default-class" ,ghc-data-default-class)
+ ("ghc-unix-compat" ,ghc-unix-compat)
+ ("ghc-vault" ,ghc-vault)
+ ("ghc-aeson" ,ghc-aeson)
+ ("ghc-hspec" ,ghc-hspec)
+ ("ghc-hunit" ,ghc-hunit)))
+ (home-page "http://github.com/yesodweb/wai")
+ (synopsis "Some basic WAI handlers and middleware")
+ (description "This library provides basic WAI handlers and middleware
+functionality.")
+ (license expat)))
+
;;; haskell.scm ends here
- 112/151: gnu: Add ghc-cpphs., (continued)
- 112/151: gnu: Add ghc-cpphs., Paul, 2015/10/20
- 113/151: gnu: Add ghc-cmdargs., Paul, 2015/10/20
- 111/151: gnu: Add ghc-simple-reflect., Paul, 2015/10/20
- 115/151: gnu: Add ghc-haskell-src-exts., Paul, 2015/10/20
- 122/151: gnu: Add ghc-wai., Paul, 2015/10/20
- 116/151: gnu: Add ghc-hlint., Paul, 2015/10/20
- 110/151: gnu: Add ghc-adjunctions., Paul, 2015/10/20
- 114/151: gnu: Add ghc-happy., Paul, 2015/10/20
- 118/151: gnu: Add ghc-streaming-commons., Paul, 2015/10/20
- 119/151: gnu: Add ghc-xss-sanitize., Paul, 2015/10/20
- 124/151: gnu: Add ghc-wai-extra.,
Paul <=
- 117/151: gnu: Add ghc-resourcet., Paul, 2015/10/20
- 121/151: gnu: Add ghc-cookie., Paul, 2015/10/20
- 127/151: gnu: Add ghc-lens., Paul, 2015/10/20
- 120/151: gnu: Add ghc-parsers., Paul, 2015/10/20
- 128/151: gnu: Add ghc-cheapskate., Paul, 2015/10/20
- 125/151: gnu: Add ghc-vector-binary-instances., Paul, 2015/10/20
- 133/151: gnu: Add ghc-haddock., Paul, 2015/10/20
- 126/151: gnu: Add ghc-kan-extensions., Paul, 2015/10/20
- 138/151: gnu: Add ghc-haskell-src., Paul, 2015/10/20
- 123/151: gnu: Add ghc-wai-logger., Paul, 2015/10/20