mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: Add ghc-css-text.
* gnu/packages/haskell.scm (ghc-css-text): New variable.
This commit is contained in:
parent
39505126b1
commit
7b72df8b7a
1 changed files with 26 additions and 0 deletions
|
@ -1162,6 +1162,32 @@ (define-public ghc-attoparsec
|
||||||
complicated text/binary file formats.")
|
complicated text/binary file formats.")
|
||||||
(license bsd-3)))
|
(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
|
(define-public ghc-appar
|
||||||
(package
|
(package
|
||||||
(name "ghc-appar")
|
(name "ghc-appar")
|
||||||
|
|
Loading…
Reference in a new issue