GNU bug report logs -
#57666
[PATCH] gnu: Add ghc-ansi2html.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Thu, 8 Sep 2022 03:31:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57666 in the body.
You can then email your comments to 57666 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#57666
; Package
guix-patches
.
(Thu, 08 Sep 2022 03:31:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 08 Sep 2022 03:31:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/haskell-xyz.scm (ghc-ansi2html): New variable.
---
gnu/packages/haskell-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index a01248f355..85291896cc 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16099,6 +16099,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")
--
2.37.3
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Mon, 12 Sep 2022 13:34:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Mon, 12 Sep 2022 13:34:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 57666-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/haskell-xyz.scm (ghc-ansi2html): New variable.
> ---
> gnu/packages/haskell-xyz.scm | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
Thanks, I've pushed this to master as
25d88eb9f3e22816180c099502a3a919bbe602f6.
Chris
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 11 Oct 2022 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 303 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.