emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57666: closed ([PATCH] gnu: Add ghc-ansi2html.)


From: GNU bug Tracking System
Subject: bug#57666: closed ([PATCH] gnu: Add ghc-ansi2html.)
Date: Mon, 12 Sep 2022 13:34:02 +0000

Your message dated Mon, 12 Sep 2022 14:32:45 +0100
with message-id <871qsgu38w.fsf@cbaines.net>
and subject line Re: [bug#57666] [PATCH] gnu: Add ghc-ansi2html.
has caused the debbugs.gnu.org bug report #57666,
regarding [PATCH] gnu: Add ghc-ansi2html.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57666: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57666
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add ghc-ansi2html. Date: Wed, 7 Sep 2022 22:29:54 -0500
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#57666] [PATCH] gnu: Add ghc-ansi2html. Date: Mon, 12 Sep 2022 14:32:45 +0100 User-agent: mu4e 1.6.11; emacs 28.1
jgart via Guix-patches via <guix-patches@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]