[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
75/328: gnu: ghc-math-functions: Update to 0.3.3.0.
From: |
guix-commits |
Subject: |
75/328: gnu: ghc-math-functions: Update to 0.3.3.0. |
Date: |
Sat, 16 Nov 2019 19:32:26 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 9e7cf5a97640075bc81d706d774918f74686d842
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 10:09:43 2019 -0400
gnu: ghc-math-functions: Update to 0.3.3.0.
* gnu/packages/haskell-xyz.scm (ghc-math-functions): Update to 0.3.3.0.
[inputs]: Add 'ghc-data-default-class'.
---
gnu/packages/haskell-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d830dad..799b3d8 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6039,7 +6039,7 @@ same time is a literate Haskell program.")
(define-public ghc-math-functions
(package
(name "ghc-math-functions")
- (version "0.2.1.0")
+ (version "0.3.3.0")
(source
(origin
(method url-fetch)
@@ -6048,11 +6048,12 @@ same time is a literate Haskell program.")
"math-functions-" version ".tar.gz"))
(sha256
(base32
- "1sv5vabsx332v1lpb6v3jv4zrzvpx1n7yprzd8wlcda5vsc5a6zp"))))
+ "1s5nbs40sc3r4z08n0j8bw40cy0zkp03fjjn3p27zkd4fvm9kib3"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: 1 test fails.
(inputs
- `(("ghc-vector" ,ghc-vector)
+ `(("ghc-data-default-class" ,ghc-data-default-class)
+ ("ghc-vector" ,ghc-vector)
("ghc-vector-th-unbox" ,ghc-vector-th-unbox)))
(native-inputs
`(("ghc-hunit" ,ghc-hunit)
- 93/328: gnu: ghc-logict: Update to 0.7.0.2., (continued)
- 93/328: gnu: ghc-logict: Update to 0.7.0.2., guix-commits, 2019/11/16
- 100/328: gnu: ghc-blaze-markup: Update to 0.8.2.3., guix-commits, 2019/11/16
- 98/328: gnu: ghc-vector-binary-instances: Update to 0.2.5.1., guix-commits, 2019/11/16
- 108/328: gnu: ghc-asn1-types: Update to 0.3.3., guix-commits, 2019/11/16
- 119/328: gnu: ghc-storable-complex: Update to 0.2.3.0., guix-commits, 2019/11/16
- 125/328: gnu: ghc-genvalidity: Update to 0.8.0.0., guix-commits, 2019/11/16
- 133/328: gnu: ghc-genvalidity-property: Update to 0.4.0.0., guix-commits, 2019/11/16
- 37/328: gnu: ghc-tagged: Update to 0.8.6., guix-commits, 2019/11/16
- 41/328: gnu: ghc-cmark: Update to 0.6., guix-commits, 2019/11/16
- 42/328: gnu: ghc-unix-time: Update to 0.4.7., guix-commits, 2019/11/16
- 75/328: gnu: ghc-math-functions: Update to 0.3.3.0.,
guix-commits <=
- 84/328: gnu: ghc-integer-logarithms: Update to 1.0.3., guix-commits, 2019/11/16
- 104/328: gnu: ghc-blaze-html: Update to 0.9.1.2., guix-commits, 2019/11/16
- 111/328: gnu: ghc-asn1-encoding: Update to 0.9.6., guix-commits, 2019/11/16
- 106/328: gnu: ghc-extra: Update to 1.6.18., guix-commits, 2019/11/16
- 112/328: gnu: ghc-base-compat: Update to 0.10.5., guix-commits, 2019/11/16
- 116/328: gnu: ghc-hspec-contrib: Update to 0.5.1., guix-commits, 2019/11/16
- 67/328: gnu: ghc-fingertree: Update to 0.1.4.2., guix-commits, 2019/11/16
- 71/328: gnu: ghc-hashtables: Update to 1.2.3.4., guix-commits, 2019/11/16
- 73/328: gnu: ghc-chasingbottoms: Update to 1.3.1.7., guix-commits, 2019/11/16
- 92/328: gnu: ghc-tasty-hunit: Update to 0.10.0.2., guix-commits, 2019/11/16