[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
59/153: gnu: Add ghc-blaze-html.
From: |
Paul |
Subject: |
59/153: gnu: Add ghc-blaze-html. |
Date: |
Wed, 21 Oct 2015 16:07:26 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 79491669da5057e7054116348ac71ad88cb4e230
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 14:01:15 2015 +0200
gnu: Add ghc-blaze-html.
* gnu/packages/haskell.scm (ghc-blaze-html): 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 d507360..cfe2ebe 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2062,6 +2062,37 @@ Haskell programming language. The Text.Blaze module is
a good starting point,
as well as @uref{http://jaspervdj.be/blaze/tutorial.html, the tutorial}.")
(license bsd-3)))
+(define-public ghc-blaze-html
+ (package
+ (name "ghc-blaze-html")
+ (version "0.8.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/blaze-html/blaze-html-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1dnw50kh0s405cg9i2y4a8awanhj3bqzk21jwgfza65kcjby7lpq"))))
+ (build-system haskell-build-system)
+ (arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
+ (propagated-inputs
+ `(("ghc-blaze-builder" ,ghc-blaze-builder)
+ ("ghc-blaze-markup" ,ghc-blaze-markup)))
+ (inputs
+ `(("ghc-text" ,ghc-text)
+ ("ghc-hunit" ,ghc-hunit)
+ ("ghc-quickcheck" ,ghc-quickcheck)))
+ (home-page "http://jaspervdj.be/blaze")
+ (synopsis "Blazingly fast HTML combinator library")
+ (description "This library provides a blazingly fast HTML combinator
+library for the Haskell programming language. The @code{Text.Blaze} module is
+a good starting point, as well as
address@hidden://jaspervdj.be/blaze/tutorial.html, the tutorial}.")
+ (license bsd-3)))
+
(define-public ghc-easy-file
(package
(name "ghc-easy-file")
- 11/153: gnu: ghc-hashable: Update to 1.2.3.3., (continued)
- 11/153: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/21
- 37/153: gnu: Add ghc-generic-deriving., Paul, 2015/10/21
- 30/153: gnu: Add ghc-hspec-core., Paul, 2015/10/21
- 35/153: gnu: Add ghc-appar., Paul, 2015/10/21
- 45/153: gnu: Add ghc-base64-bytestring., Paul, 2015/10/21
- 44/153: gnu: Add ghc-ansi-wl-pprint., Paul, 2015/10/21
- 32/153: gnu: Add hspec-discover., Paul, 2015/10/21
- 51/153: gnu: Add ghc-mmorph., Paul, 2015/10/21
- 61/153: gnu: Add ghc-auto-update., Paul, 2015/10/21
- 47/153: gnu: Add ghc-fingertree., Paul, 2015/10/21
- 59/153: gnu: Add ghc-blaze-html.,
Paul <=
- 06/153: gnu: Add ghc-old-time., Paul, 2015/10/21
- 53/153: gnu: Add ghc-monad-control., Paul, 2015/10/21
- 05/153: gnu: xmonad: Patch for updated libraries., Paul, 2015/10/21
- 27/153: gnu: Add ghc-temporary., Paul, 2015/10/21
- 28/153: gnu: Add ghc-silently., Paul, 2015/10/21
- 20/153: gnu: Remove ghc-containers., Paul, 2015/10/21
- 101/153: gnu: Add ghc-hscolour., Paul, 2015/10/21
- 86/153: gnu: Add ghc-stringsearch., Paul, 2015/10/21
- 92/153: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/21
- 02/153: gnu: ghc-mtl: Update to 2.2.1., Paul, 2015/10/21