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

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

bug#38899: closed ([PATCH] gnu: Add ghc-scalpel-core.)


From: GNU bug Tracking System
Subject: bug#38899: closed ([PATCH] gnu: Add ghc-scalpel-core.)
Date: Thu, 30 Jan 2020 20:59:01 +0000

Your message dated Thu, 30 Jan 2020 22:58:13 +0200
with message-id <20200130205813.GB9517@E5400>
and subject line Re: [bug#38899] [PATCH v2] gnu: Add ghc-scalpel-core.
has caused the debbugs.gnu.org bug report #38899,
regarding [PATCH] gnu: Add ghc-scalpel-core.
to be marked as done.

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


-- 
38899: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38899
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add ghc-scalpel-core. Date: Fri, 3 Jan 2020 18:28:59 +0200
* gnu/packages/haskell-web.scm (ghc-scalpel-core): New variable.
---
Depends on 38897 (ghc-pointedlist).

 gnu/packages/haskell-web.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 5888e8542e..cbdf7f94a3 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1595,3 +1595,35 @@ cookies, serving files, and more.")
     (description
      "Haskell library which exposes zero-copy sendfile functionality in a 
portable way.")
     (license license:bsd-3)))
+
+(define-public ghc-scalpel-core
+  (package
+    (name "ghc-scalpel-core")
+    (version "0.6.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+              "https://hackage.haskell.org/package/scalpel-core/";
+              "scalpel-core-" version ".tar.gz"))
+        (sha256
+          (base32
+            "1qf0gnidyh8zk0acj99vn6hsj37m410lrm50sqpiv1i36rpmmsqh"))))
+    (build-system haskell-build-system)
+    (inputs
+      `(("ghc-data-default" ,ghc-data-default)
+        ("ghc-fail" ,ghc-fail)
+        ("ghc-pointedlist" ,ghc-pointedlist)
+        ("ghc-regex-base" ,ghc-regex-base)
+        ("ghc-regex-tdfa" ,ghc-regex-tdfa)
+        ("ghc-tagsoup" ,ghc-tagsoup)
+        ("ghc-vector" ,ghc-vector)))
+    (native-inputs `(("ghc-hunit" ,ghc-hunit)))
+    (home-page "https://github.com/fimad/scalpel";)
+    (synopsis
+      "A high level web scraping library for Haskell.")
+    (description
+      "Scalpel core provides a subset of the scalpel web scraping library
+that is intended to have lightweight dependencies and to be free of all
+non-Haskell dependencies.")
+    (license license:asl2.0)))
-- 
2.24.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38899] [PATCH v2] gnu: Add ghc-scalpel-core. Date: Thu, 30 Jan 2020 22:58:13 +0200
thanks. Patch pushed.

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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