[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/153: gnu: Add ghc-http-types.
From: |
Paul |
Subject: |
68/153: gnu: Add ghc-http-types. |
Date: |
Thu, 22 Oct 2015 10:11:20 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 9df461f9226a2d777112403fea143e654395f39e
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 | 37 +++++++++++++++++++++++++++++++++++++
1 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 02b33de..8aa2975 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1036,6 +1036,43 @@ 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)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-quickcheck-instances"
+ ,ghc-quickcheck-instances)
+ ("ghc-hspec" ,ghc-hspec)
+ ("ghc-doctest" ,ghc-doctest)))
+ (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")
- 83/153: gnu: Add ghc-tasty-hunit., (continued)
- 83/153: gnu: Add ghc-tasty-hunit., Paul, 2015/10/22
- 76/153: gnu: Add ghc-tagsoup., Paul, 2015/10/22
- 90/153: gnu: Add ghc-smallcheck., Paul, 2015/10/22
- 89/153: gnu: Add ghc-tasty-golden., Paul, 2015/10/22
- 99/153: gnu: Add ghc-distributive., Paul, 2015/10/22
- 98/153: gnu: Add ghc-cereal., Paul, 2015/10/22
- 88/153: gnu: Add ghc-temporary-rc., Paul, 2015/10/22
- 95/153: gnu: Add ghc-aeson., Paul, 2015/10/22
- 97/153: gnu: Add ghc-zip-archive., Paul, 2015/10/22
- 100/153: gnu: Add ghc-comonad., Paul, 2015/10/22
- 68/153: gnu: Add ghc-http-types.,
Paul <=
- 70/153: gnu: Add ghc-semigroups., Paul, 2015/10/22
- 81/153: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/22
- 66/153: gnu: Add ghc-unix-compat., Paul, 2015/10/22
- 84/153: gnu: Add ghc-lifted-base., Paul, 2015/10/22
- 82/153: gnu: Add ghc-tasty., Paul, 2015/10/22
- 87/153: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/22
- 80/153: gnu: Add ghc-clock., Paul, 2015/10/22
- 101/153: gnu: Add ghc-hscolour., Paul, 2015/10/22
- 102/153: gnu: Add ghc-polyparse., Paul, 2015/10/22
- 107/153: gnu: Add ghc-reflection., Paul, 2015/10/22