[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
200/290: gnu: Add ghc-dense-linear-algebra.
From: |
guix-commits |
Subject: |
200/290: gnu: Add ghc-dense-linear-algebra. |
Date: |
Wed, 6 Nov 2019 08:23:09 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 1225457a25174e88bd5bda924e47229c8578cd40
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 ef20f7a..e4443e4 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2565,6 +2565,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 statistics library.")
+ (license license:bsd-2)))
+
(define-public ghc-descriptive
(package
(name "ghc-descriptive")
- 265/290: gnu: ghc-tree-diff: Update to 0.1., (continued)
- 265/290: gnu: ghc-tree-diff: Update to 0.1., guix-commits, 2019/11/06
- 266/290: gnu: cabal-install: Update to 2.4.0.0., guix-commits, 2019/11/06
- 249/290: gnu: ghc-resolv: Update to 0.1.1.2., guix-commits, 2019/11/06
- 277/290: gnu: Add ghc-getopt-generics., guix-commits, 2019/11/06
- 279/290: gnu: Add ghc-hsyaml., guix-commits, 2019/11/06
- 281/290: gnu: Add ghc-aeson-diff., guix-commits, 2019/11/06
- 285/290: gnu: ghc-yesod-form: Update to 1.6.7., guix-commits, 2019/11/06
- 238/290: gnu: Add ghc-infer-license., guix-commits, 2019/11/06
- 234/290: gnu: ghc-bzlib-conduit: Update to 0.3.0.2., guix-commits, 2019/11/06
- 237/290: gnu: Add ghc-text-metrics., guix-commits, 2019/11/06
- 200/290: gnu: Add ghc-dense-linear-algebra.,
guix-commits <=
- 212/290: gnu: ghc-uri-bytestring: Update to 0.3.2.2., guix-commits, 2019/11/06
- 215/290: gnu: ghc-either: Update to 5.0.1.1., guix-commits, 2019/11/06
- 230/290: gnu: ghc-conduit-extra: Update to 1.3.4., guix-commits, 2019/11/06
- 232/290: gnu: Add ghc-libyaml., guix-commits, 2019/11/06
- 236/290: gnu: ghc-http: Update to 4000.3.14., guix-commits, 2019/11/06
- 241/290: gnu: hlint: Update to 2.1.26., guix-commits, 2019/11/06
- 240/290: gnu: Add ghc-lib-parser., guix-commits, 2019/11/06
- 246/290: gnu: ghc-cryptohash-sha256: Update Cabal file to r3., guix-commits, 2019/11/06
- 245/290: gnu: ghc-persistent: Update to 2.9.2., guix-commits, 2019/11/06
- 250/290: gnu: ghc-adjunctions: Update Cabal file to r2., guix-commits, 2019/11/06