[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/154: gnu: Add ghc-http-types.
From: |
Paul |
Subject: |
68/154: gnu: Add ghc-http-types. |
Date: |
Thu, 22 Oct 2015 17:23:31 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit cae3234531afdca26c7de39aeae9cac5108c7c28
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 14:19:12 2015 +0200
gnu: Add ghc-http-types.
* gnu/packages/haskell.scm (ghc-http-types): New variable.
---
gnu/packages/haskell.scm | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 5ef3afd..9af661a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1024,6 +1024,35 @@ package. This package re-exports the unix package when
available. When it
isn't available, portable implementations are used.")
(license bsd-3)))
+(define-public ghc-http-types
+ (package
+ (name "ghc-http-types")
+ (version "0.9")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/http-types/http-types-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0ny15jgm5skhs2yx6snr13lrnw19hwjgfygrpsmhib8wqa8cz8cc"))))
+ (build-system haskell-build-system)
+ (arguments `(#:tests? #f)) ; FIXME: Tests cannot find
+ ; Blaze.Bytestring.Builder, which should be
+ ; provided by ghc-blaze-builder.
+ (propagated-inputs
+ `(("ghc-case-insensitive" ,ghc-case-insensitive)
+ ("ghc-blaze-builder" ,ghc-blaze-builder)))
+ (inputs
+ `(("ghc-text" ,ghc-text)))
+ (home-page "https://github.com/aristidb/http-types")
+ (synopsis "Generic HTTP types for Haskell")
+ (description "This package provides generic HTTP types for Haskell (for
+both client and server code).")
+ (license bsd-3)))
+
(define-public ghc-iproute
(package
(name "ghc-iproute")
- 59/154: gnu: Add ghc-blaze-html., (continued)
- 59/154: gnu: Add ghc-blaze-html., Paul, 2015/10/22
- 58/154: gnu: Add ghc-blaze-markup., Paul, 2015/10/22
- 61/154: gnu: Add ghc-auto-update., Paul, 2015/10/22
- 52/154: gnu: Add ghc-transformers-base., Paul, 2015/10/22
- 62/154: gnu: Add ghc-tagged., Paul, 2015/10/22
- 60/154: gnu: Add ghc-doctest., Paul, 2015/10/22
- 63/154: gnu: Add ghc-unbounded-delays., Paul, 2015/10/22
- 64/154: gnu: Add ghc-iproute., Paul, 2015/10/22
- 66/154: gnu: Add ghc-unix-compat., Paul, 2015/10/22
- 65/154: gnu: Add ghc-unix-time., Paul, 2015/10/22
- 68/154: gnu: Add ghc-http-types.,
Paul <=
- 67/154: gnu: Add ghc-quickcheck-instances., Paul, 2015/10/22
- 69/154: gnu: Add ghc-nats., Paul, 2015/10/22
- 70/154: gnu: Add ghc-semigroups., Paul, 2015/10/22
- 71/154: gnu: Add ghc-void., Paul, 2015/10/22
- 76/154: gnu: Add ghc-tagsoup., Paul, 2015/10/22
- 72/154: gnu: Add ghc-bifunctors., Paul, 2015/10/22
- 75/154: gnu: Add ghc-digest., Paul, 2015/10/22
- 73/154: gnu: Add ghc-statevar., Paul, 2015/10/22
- 74/154: gnu: Add ghc-contravariant., Paul, 2015/10/22
- 77/154: gnu: Add ghc-bytestring-builder., Paul, 2015/10/22