gnu: Add ghc-ansi2html.
* gnu/packages/haskell-xyz.scm (ghc-ansi2html): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
9877fb03f0
commit
3d8fdd2677
1 changed files with 18 additions and 0 deletions
|
@ -16100,6 +16100,24 @@ (define-public ghc-dec
|
|||
@end example")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public ghc-ansi2html
|
||||
(package
|
||||
(name "ghc-ansi2html")
|
||||
(version "0.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (hackage-uri "Ansi2Html" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dqq1rnx1w0cn4w11knmxvn7qy4lg4m39dgw4rs6r2pjqzgrwarh"))))
|
||||
(build-system haskell-build-system)
|
||||
(home-page "http://janzzstimmpfle.de/~jens/software/Ansi2Html/")
|
||||
(synopsis "Convert ANSI Terminal Sequences to nice HTML markup")
|
||||
(description
|
||||
"This package enables integration of terminal screen state in html
|
||||
pages.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public ghc-singleton-bool
|
||||
(package
|
||||
(name "ghc-singleton-bool")
|
||||
|
|
Loading…
Reference in a new issue