[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
200/328: gnu: Add ghc-dense-linear-algebra.
From: |
guix-commits |
Subject: |
200/328: gnu: Add ghc-dense-linear-algebra. |
Date: |
Sat, 16 Nov 2019 19:33:07 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit ecfc4098048a0810a9c9e8ebfac14549111820c8
Author: Timothy Sample <address@hidden>
Date: Tue Nov 5 01:54:41 2019 -0500
gnu: Add ghc-dense-linear-algebra.
* gnu/packages/haskell-xyz.scm (ghc-dense-linear-algebra): 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 604c2de..035b963 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2566,6 +2566,36 @@ It includes hashing functions for all basic Haskell98
types.")
providing an @code{rnf} implementation.")
(license license:bsd-3)))
+(define-public ghc-dense-linear-algebra
+ (package
+ (name "ghc-dense-linear-algebra")
+ (version "0.1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "dense-linear-algebra/dense-linear-algebra-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1m7jjxahqxj7ilic3r9806mwp5rnnsmn8vvipkmk40xl65wplxzp"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-math-functions" ,ghc-math-functions)
+ ("ghc-primitive" ,ghc-primitive)
+ ("ghc-vector" ,ghc-vector)
+ ("ghc-vector-algorithms" ,ghc-vector-algorithms)
+ ("ghc-vector-th-unbox" ,ghc-vector-th-unbox)
+ ("ghc-vector-binary-instances" ,ghc-vector-binary-instances)))
+ (native-inputs
+ `(("ghc-hspec" ,ghc-hspec)
+ ("ghc-quickcheck" ,ghc-quickcheck)))
+ (home-page "http://hackage.haskell.org/package/dense-linear-algebra")
+ (synopsis "Simple and incomplete implementation of linear algebra")
+ (description "This library is simply a collection of linear-algebra
+related modules split from the statistics library.")
+ (license license:bsd-2)))
+
(define-public ghc-descriptive
(package
(name "ghc-descriptive")
- 142/328: gnu: ghc-network: Update to 2.8.0.1., (continued)
- 142/328: gnu: ghc-network: Update to 2.8.0.1., guix-commits, 2019/11/16
- 147/328: gnu: ghc-system-fileio: Update to 0.3.16.4., guix-commits, 2019/11/16
- 165/328: gnu: ghc-haskell-src-exts-util: Update to 0.2.5., guix-commits, 2019/11/16
- 169/328: gnu: ghc-httpd-shed: Update to 0.4.1.1., guix-commits, 2019/11/16
- 182/328: gnu: ghc-snap-core: Update to 1.0.4.0., guix-commits, 2019/11/16
- 190/328: gnu: ghc-aeson-compat: Update to 0.3.9., guix-commits, 2019/11/16
- 187/328: gnu: ghc-skylighting-core: Update to 0.8.2.1., guix-commits, 2019/11/16
- 191/328: gnu: ghc-pandoc-types: Update to 1.17.6.1., guix-commits, 2019/11/16
- 197/328: gnu: ghc-inline-c-cpp: Update to 0.3.0.3., guix-commits, 2019/11/16
- 186/328: gnu: ghc-diff: Patch to work with newer QuickCheck., guix-commits, 2019/11/16
- 200/328: gnu: Add ghc-dense-linear-algebra.,
guix-commits <=
- 203/328: gnu: ghc-vault: Update to 0.3.1.3., guix-commits, 2019/11/16
- 205/328: gnu: Add ghc-network-byte-order., guix-commits, 2019/11/16
- 209/328: gnu: ghc-bsb-http-chunked: Update to 0.0.0.4., guix-commits, 2019/11/16
- 216/328: gnu: ghc-wai: Update to 3.2.2.1., guix-commits, 2019/11/16
- 219/328: gnu: ghc-wai-logger: Update to 2.3.5., guix-commits, 2019/11/16
- 218/328: gnu: ghc-exactprint: Update to 0.6.1., guix-commits, 2019/11/16
- 220/328: gnu: ghc-contravariant-extras: Update Cabal file to r1., guix-commits, 2019/11/16
- 224/328: gnu: ghc-rerebase: Update to 1.3.1.1., guix-commits, 2019/11/16
- 228/328: gnu: ghc-mono-traversable: Update to 1.0.13.0., guix-commits, 2019/11/16
- 177/328: gnu: ghc-missingh: Update to 1.4.1.0., guix-commits, 2019/11/16