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

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

bug#39032: closed ([PATCH] gnu: Add ghc-html-conduit.)


From: GNU bug Tracking System
Subject: bug#39032: closed ([PATCH] gnu: Add ghc-html-conduit.)
Date: Sun, 29 Mar 2020 19:14:02 +0000

Your message dated Sun, 29 Mar 2020 21:13:40 +0200
with message-id <address@hidden>
and subject line Re: [bug#39032] [PATCH] gnu: Add ghc-html-conduit.
has caused the debbugs.gnu.org bug report #39032,
regarding [PATCH] gnu: Add ghc-html-conduit.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39032: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39032
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add ghc-html-conduit. Date: Wed, 8 Jan 2020 11:35:37 +0200
* gnu/packages/haskell-web.scm (ghc-html-conduit): New variable.
---
 gnu/packages/haskell-web.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 5888e8542e..6773455f3b 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -751,6 +751,42 @@ Haskell.")
 documents.")
     (license license:bsd-3)))
 
+(define-public ghc-html-conduit
+  (package
+    (name "ghc-html-conduit")
+    (version "1.3.2.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://hackage.haskell.org/package/html-conduit/";
+             "html-conduit-" version ".tar.gz"))
+       (sha256
+        (base32
+         "196c8zcnjp1pc5qvqxd8arx3xkw0a90rvg9mmiw2l4zwnx65709n"))))
+    (build-system haskell-build-system)
+    (inputs
+     `(("ghc-resourcet" ,ghc-resourcet)
+       ("ghc-conduit" ,ghc-conduit)
+       ("ghc-xml-conduit" ,ghc-xml-conduit)
+       ("ghc-xml-types" ,ghc-xml-types)
+       ("ghc-attoparsec" ,ghc-attoparsec)
+       ("ghc-conduit-extra" ,ghc-conduit-extra)))
+    (native-inputs
+     `(("ghc-hspec" ,ghc-hspec)
+       ("ghc-hunit" ,ghc-hunit)))
+    (home-page "https://github.com/snoyberg/xml";)
+    (synopsis
+     "Parse HTML documents using xml-conduit datatypes")
+    (description
+     "This package provides a parser for HTML documents that uses
+tagstream-conduit.  It automatically balances mismatched tags, so that
+there shouldn't be any parse failures.  It does not handle a full HTML
+document rendering, such as adding missing html and head tags.  Note that,
+since version 1.3.1, it uses an inlined copy of tagstream-conduit with
+entity decoding bugfixes applied.")
+    (license license:expat)))
+
 (define-public ghc-blaze-html
   (package
     (name "ghc-blaze-html")
-- 
2.24.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39032] [PATCH] gnu: Add ghc-html-conduit. Date: Sun, 29 Mar 2020 21:13:40 +0200 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Alexandru-Sergiu Marton <address@hidden> writes:

> * gnu/packages/haskell-web.scm (ghc-html-conduit): New variable.

Applied, thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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