[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
96/153: gnu: Add ghc-css-text.
From: |
Paul |
Subject: |
96/153: gnu: Add ghc-css-text. |
Date: |
Wed, 21 Oct 2015 20:50:49 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 90bd2b931fc22427af562e9e0f8f34d3d756bede
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:27:35 2015 +0200
gnu: Add ghc-css-text.
* gnu/packages/haskell.scm (ghc-css-text): New variable.
---
gnu/packages/haskell.scm | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index aab7946..d9704c8 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1191,6 +1191,32 @@ aimed particularly at dealing efficiently with network
protocols and
complicated text/binary file formats.")
(license bsd-3)))
+(define-public ghc-css-text
+ (package
+ (name "ghc-css-text")
+ (version "0.1.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/css-text/css-text-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1xi1n2f0g8y43p95lynhcg50wxbq7hqfzbfzm7fy8mn7gvd920nw"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-text" ,ghc-text)
+ ("ghc-attoparsec" ,ghc-attoparsec)
+ ("ghc-hspec" ,ghc-hspec)
+ ("ghc-quickcheck" ,ghc-quickcheck)))
+ (home-page "http://www.yesodweb.com/")
+ (synopsis "CSS parser and renderer")
+ (description "This package provides a CSS parser and renderer for
+Haskell.")
+ (license bsd-3)))
+
(define-public ghc-appar
(package
(name "ghc-appar")
- 66/153: gnu: Add ghc-unix-compat., (continued)
- 66/153: gnu: Add ghc-unix-compat., Paul, 2015/10/21
- 69/153: gnu: Add ghc-nats., Paul, 2015/10/21
- 68/153: gnu: Add ghc-http-types., Paul, 2015/10/21
- 67/153: gnu: Add ghc-quickcheck-instances., Paul, 2015/10/21
- 81/153: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/21
- 82/153: gnu: Add ghc-tasty., Paul, 2015/10/21
- 92/153: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/21
- 79/153: gnu: Add ghc-charset., Paul, 2015/10/21
- 77/153: gnu: Add ghc-bytestring-builder., Paul, 2015/10/21
- 83/153: gnu: Add ghc-tasty-hunit., Paul, 2015/10/21
- 96/153: gnu: Add ghc-css-text.,
Paul <=
- 72/153: gnu: Add ghc-bifunctors., Paul, 2015/10/21
- 74/153: gnu: Add ghc-contravariant., Paul, 2015/10/21
- 71/153: gnu: Add ghc-void., Paul, 2015/10/21
- 91/153: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/21
- 84/153: gnu: Add ghc-lifted-base., Paul, 2015/10/21
- 87/153: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/21
- 90/153: gnu: Add ghc-smallcheck., Paul, 2015/10/21
- 95/153: gnu: Add ghc-aeson., Paul, 2015/10/21
- 97/153: gnu: Add ghc-zip-archive., Paul, 2015/10/21
- 75/153: gnu: Add ghc-digest., Paul, 2015/10/21