[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
322/328: gnu: Add ghc-diagrams-solve.
From: |
guix-commits |
Subject: |
322/328: gnu: Add ghc-diagrams-solve. |
Date: |
Sat, 16 Nov 2019 19:33:34 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit ee087d17dfa26a6d1e839b152ba3286f5a641131
Author: Timothy Sample <address@hidden>
Date: Wed Nov 13 01:41:05 2019 -0500
gnu: Add ghc-diagrams-solve.
* gnu/packages/haskell-xyz.scm (ghc-diagrams-solve): New variable.
---
gnu/packages/haskell-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 5a9266c..86b7d23 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2864,6 +2864,37 @@ diagrams, an embedded domain-specific language for
compositional,
declarative drawing.")
(license license:bsd-3)))
+(define-public ghc-diagrams-solve
+ (package
+ (name "ghc-diagrams-solve")
+ (version "0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "diagrams-solve/diagrams-solve-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "17agchqkmj14b17sw50kzxq4hm056g5d8yy0wnqn5w8h1d0my7x4"))))
+ (build-system haskell-build-system)
+ (native-inputs
+ `(("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)
+ ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)))
+ (arguments
+ `(#:cabal-revision
+ ("5" "1yl8cs05fzqcz49p601am1ij66m9pa70yamhfxgcvya2pf8nimlf")))
+ (home-page "https://archives.haskell.org/projects.haskell.org/diagrams/")
+ (synopsis "Pure Haskell solver routines used by diagrams")
+ (description "This library provides Pure Haskell solver routines for
+use by the
+@url{https://archives.haskell.org/projects.haskell.org/diagrams/,
+diagrams framework}. It currently includes routines for finding real
+roots of low-degree (@math{n < 5}) polynomials, and solving tridiagonal
+and cyclic tridiagonal linear systems.")
+ (license license:bsd-3)))
+
(define-public ghc-dictionary-sharing
(package
(name "ghc-dictionary-sharing")
- 292/328: gnu: ghc-bsb-http-chunked: Disable tests on i686-linux., (continued)
- 292/328: gnu: ghc-bsb-http-chunked: Disable tests on i686-linux., guix-commits, 2019/11/16
- 284/328: gnu: ghc-pandoc: Update to 2.7.3., guix-commits, 2019/11/16
- 296/328: gnu: ghc-hindent: Update to 5.3.1., guix-commits, 2019/11/16
- 299/328: gnu: ghc-chart-cairo: Update to 1.9.1., guix-commits, 2019/11/16
- 302/328: gnu: cedille: Use most recent GHC., guix-commits, 2019/11/16
- 301/328: gnu: agda: Update to 2.6.0.1., guix-commits, 2019/11/16
- 313/328: gnu: Add ghc-size-based., guix-commits, 2019/11/16
- 321/328: gnu: Add ghc-active., guix-commits, 2019/11/16
- 318/328: gnu: Add ghc-diagrams-core., guix-commits, 2019/11/16
- 323/328: gnu: Add ghc-diagrams-lib., guix-commits, 2019/11/16
- 322/328: gnu: Add ghc-diagrams-solve.,
guix-commits <=
- 294/328: gnu: ghc-options: Fix Cabal dependency constraints., guix-commits, 2019/11/16
- 300/328: gnu: ghc-atomic-primops: Update to 0.8.3., guix-commits, 2019/11/16
- 298/328: gnu: ghc-equivalence: Update to 0.3.5., guix-commits, 2019/11/16
- 312/328: gnu: Add ghc-dictionary-sharing., guix-commits, 2019/11/16
- 328/328: gnu: ghc-haddock: Update to 2.22.0., guix-commits, 2019/11/16
- 230/328: gnu: ghc-conduit-extra: Update to 1.3.4., guix-commits, 2019/11/16
- 234/328: gnu: ghc-bzlib-conduit: Update to 0.3.0.2., guix-commits, 2019/11/16
- 238/328: gnu: Add ghc-infer-license., guix-commits, 2019/11/16
- 280/328: gnu: Add ghc-microlens-aeson., guix-commits, 2019/11/16
- 279/328: gnu: Add ghc-hsyaml., guix-commits, 2019/11/16