[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
121/151: gnu: Add ghc-cookie.
From: |
Paul |
Subject: |
121/151: gnu: Add ghc-cookie. |
Date: |
Tue, 20 Oct 2015 15:31:31 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 5c4344369c83eda7dcacc771e47cd55067b831a2
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 16:50:59 2015 +0200
gnu: Add ghc-cookie.
* gnu/packages/haskell.scm (ghc-cookie): New variable.
---
gnu/packages/haskell.scm | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 4316c4a..4236aab 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3901,6 +3901,37 @@ functions for breaking or splitting on substrings and
replacing all
occurrences of a substring (the first in case of overlaps) with another.")
(license bsd-3)))
+(define-public ghc-cookie
+ (package
+ (name "ghc-cookie")
+ (version "0.4.1.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/cookie/cookie-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0b6ym6fn29p5az4dwydy036lxj131kagrmgb93w4bbkqfkds8b9s"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-old-locale" ,ghc-old-locale)))
+ (inputs
+ `(("ghc-blaze-builder" ,ghc-blaze-builder)
+ ("ghc-text" ,ghc-text)
+ ("ghc-data-default-class" ,ghc-data-default-class)
+ ("ghc-hunit" ,ghc-hunit)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)
+ ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)))
+ (home-page "http://github.com/snoyberg/cookie")
+ (synopsis "HTTP cookie parsing and rendering")
+ (description "HTTP cookie parsing and rendering library for Haskell.")
+ (license bsd-3)))
+
(define-public ghc-scientific
(package
(name "ghc-scientific")
- 111/151: gnu: Add ghc-simple-reflect., (continued)
- 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, 2015/10/20
- 117/151: gnu: Add ghc-resourcet., Paul, 2015/10/20
- 121/151: gnu: Add ghc-cookie.,
Paul <=
- 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
- 130/151: gnu: Add Idris, the dependently-typed language., Paul, 2015/10/20
- 137/151: gnu: Add ghc-html., Paul, 2015/10/20