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

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

[debbugs-tracker] bug#32912: closed ([PATCH 04/24] gnu: Add ghc-chart-ca


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32912: closed ([PATCH 04/24] gnu: Add ghc-chart-cairo.)
Date: Tue, 02 Oct 2018 16:38:05 +0000

Your message dated Tue, 2 Oct 2018 18:37:39 +0200
with message-id <address@hidden>
and subject line submitted by accident
has caused the debbugs.gnu.org bug report #32912,
regarding [PATCH 04/24] gnu: Add ghc-chart-cairo.
to be marked as done.

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


-- 
32912: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32912
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 04/24] gnu: Add ghc-chart-cairo. Date: Tue, 2 Oct 2018 18:28:52 +0200
* gnu/packages/haskell.scm (ghc-chart-cairo): New variable.
---
 gnu/packages/haskell.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 964b14749..c040965e9 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -10664,6 +10664,33 @@ various backends that allows rendering to Gtk windows, 
PDF, PS, PNG and SVG
 documents, amongst others.")
     (license license:bsd-3)))
 
+(define-public ghc-chart-cairo
+  (package
+    (name "ghc-chart-cairo")
+    (version "1.9")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://hackage.haskell.org/package/Chart-cairo/";
+                           "Chart-cairo-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0iany6lfyfb1cw0pxfs5aw5k0a6x41m6ql9ad9w59biwdckbsyqr"))))
+    (build-system haskell-build-system)
+    (inputs
+     `(("ghc-old-locale" ,ghc-old-locale)
+       ("ghc-cairo" ,ghc-cairo)
+       ("ghc-colour" ,ghc-colour)
+       ("ghc-data-default-class" ,ghc-data-default-class)
+       ("ghc-operational" ,ghc-operational)
+       ("ghc-lens" ,ghc-lens)
+       ("ghc-chart" ,ghc-chart)))
+    (home-page "https://github.com/timbod7/haskell-chart/wiki";)
+    (synopsis "Cairo backend for Charts")
+    (description "This package provides a Cairo vector graphics rendering
+backend for the Charts library.")
+    (license license:bsd-3)))
+
 (define-public ghc-weigh
   (package
     (name "ghc-weigh")
-- 
2.19.0




--- End Message ---
--- Begin Message --- Subject: submitted by accident Date: Tue, 2 Oct 2018 18:37:39 +0200 User-agent: mu4e 1.0; emacs 26.1
Sorry.


--- End Message ---

reply via email to

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