[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
318/329: gnu: Add ghc-diagrams-core.
From: |
guix-commits |
Subject: |
318/329: gnu: Add ghc-diagrams-core. |
Date: |
Wed, 20 Nov 2019 21:18:54 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 1859c94aa1ef05d325732197f764af6205efc137
Author: Timothy Sample <address@hidden>
Date: Wed Nov 13 00:45:31 2019 -0500
gnu: Add ghc-diagrams-core.
* gnu/packages/haskell-xyz.scm (ghc-diagrams-core): New variable.
---
gnu/packages/haskell-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 0594c5e..2aec960 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2804,6 +2804,36 @@ related modules split from the statistics library.")
and parsers with useful semantics.")
(license license:bsd-3)))
+(define-public ghc-diagrams-core
+ (package
+ (name "ghc-diagrams-core")
+ (version "1.4.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "diagrams-core/diagrams-core-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0qgb43vy23g4fxh3nmxfq6jyp34imqvkhgflaa6rz0iq6d60gl43"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-unordered-containers" ,ghc-unordered-containers)
+ ("ghc-semigroups" ,ghc-semigroups)
+ ("ghc-monoid-extras" ,ghc-monoid-extras)
+ ("ghc-dual-tree" ,ghc-dual-tree)
+ ("ghc-lens" ,ghc-lens)
+ ("ghc-linear" ,ghc-linear)
+ ("ghc-adjunctions" ,ghc-adjunctions)
+ ("ghc-distributive" ,ghc-distributive)
+ ("ghc-profunctors" ,ghc-profunctors)))
+ (home-page "https://archives.haskell.org/projects.haskell.org/diagrams/")
+ (synopsis "Core libraries for diagrams embedded domain-specific language")
+ (description "This package provides the core modules underlying
+diagrams, an embedded domain-specific language for compositional,
+declarative drawing.")
+ (license license:bsd-3)))
+
(define-public ghc-dictionary-sharing
(package
(name "ghc-dictionary-sharing")
- 279/329: gnu: Add ghc-hsyaml., (continued)
- 279/329: gnu: Add ghc-hsyaml., guix-commits, 2019/11/20
- 293/329: gnu: ghc-stylish-haskell: Fix Cabal dependency constraints., guix-commits, 2019/11/20
- 284/329: gnu: ghc-pandoc: Update to 2.7.3., guix-commits, 2019/11/20
- 292/329: gnu: ghc-bsb-http-chunked: Disable tests on i686-linux., guix-commits, 2019/11/20
- 298/329: gnu: ghc-equivalence: Update to 0.3.5., guix-commits, 2019/11/20
- 303/329: gnu: idris: Fix Cabal dependency constraints., guix-commits, 2019/11/20
- 301/329: gnu: agda: Update to 2.6.0.1., guix-commits, 2019/11/20
- 300/329: gnu: ghc-atomic-primops: Update to 0.8.3., guix-commits, 2019/11/20
- 307/329: gnu: Add ghc-timezone-olson., guix-commits, 2019/11/20
- 316/329: gnu: Add ghc-monoid-extras., guix-commits, 2019/11/20
- 318/329: gnu: Add ghc-diagrams-core.,
guix-commits <=
- 322/329: gnu: Add ghc-diagrams-solve., guix-commits, 2019/11/20
- 321/329: gnu: Add ghc-active., guix-commits, 2019/11/20
- 311/329: gnu: Add ghc-testing-type-modifiers., guix-commits, 2019/11/20
- 324/329: gnu: Add ghc-svg-builder., guix-commits, 2019/11/20
- 323/329: gnu: Add ghc-diagrams-lib., guix-commits, 2019/11/20
- 326/329: gnu: ngless: Update to 1.0.1., guix-commits, 2019/11/20
- 327/329: gnu: ghc-haddock-api: Update to 2.22.0., guix-commits, 2019/11/20
- 329/329: gnu: ghc-foundation: Disable broken test., guix-commits, 2019/11/20