all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57666] [PATCH] gnu: Add ghc-ansi2html.
@ 2022-09-08  3:29 jgart via Guix-patches via
  2022-09-12 13:32 ` bug#57666: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-09-08  3:29 UTC (permalink / raw)
  To: 57666; +Cc: jgart

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57666: [PATCH] gnu: Add ghc-ansi2html.
  2022-09-08  3:29 [bug#57666] [PATCH] gnu: Add ghc-ansi2html jgart via Guix-patches via
@ 2022-09-12 13:32 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-09-12 13:32 UTC (permalink / raw)
  To: jgart; +Cc: 57666-done

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-12 13:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-08  3:29 [bug#57666] [PATCH] gnu: Add ghc-ansi2html jgart via Guix-patches via
2022-09-12 13:32 ` bug#57666: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.