[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
75/329: gnu: ghc-math-functions: Update to 0.3.3.0.
From: |
guix-commits |
Subject: |
75/329: gnu: ghc-math-functions: Update to 0.3.3.0. |
Date: |
Wed, 20 Nov 2019 21:17:12 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit b45de2bf24fce0bad6c3c1791ce3c60f52dd901a
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)
- 96/329: gnu: ghc-tasty-quickcheck: Update to 0.10.1., (continued)
- 96/329: gnu: ghc-tasty-quickcheck: Update to 0.10.1., guix-commits, 2019/11/20
- 98/329: gnu: ghc-vector-binary-instances: Update to 0.2.5.1., guix-commits, 2019/11/20
- 103/329: gnu: ghc-zlib: Update to 0.6.2.1., guix-commits, 2019/11/20
- 105/329: gnu: ghc-juicypixels: Update to 3.3.4., guix-commits, 2019/11/20
- 113/329: gnu: ghc-resourcet: Update to 1.2.2., guix-commits, 2019/11/20
- 79/329: gnu: ghc-hinotify: Update to 0.4., guix-commits, 2019/11/20
- 69/329: gnu: ghc-exceptions: Update to 0.10.3., guix-commits, 2019/11/20
- 71/329: gnu: ghc-hashtables: Update to 1.2.3.4., guix-commits, 2019/11/20
- 73/329: gnu: ghc-chasingbottoms: Update to 1.3.1.7., guix-commits, 2019/11/20
- 77/329: gnu: ghc-microlens-platform: Update to 0.3.11., guix-commits, 2019/11/20
- 75/329: gnu: ghc-math-functions: Update to 0.3.3.0.,
guix-commits <=
- 82/329: gnu: ghc-glob: Update to 0.10.0., guix-commits, 2019/11/20
- 84/329: gnu: ghc-integer-logarithms: Update to 1.0.3., guix-commits, 2019/11/20
- 83/329: gnu: ghc-void: Update to 0.7.3., guix-commits, 2019/11/20
- 86/329: gnu: ghc-clock: Update to 0.8., guix-commits, 2019/11/20
- 87/329: gnu: ghc-hspec-meta: Update to 2.6.0., guix-commits, 2019/11/20
- 88/329: gnu: hspec-discover: Update to 2.7.1., guix-commits, 2019/11/20
- 94/329: gnu: ghc-psqueues: Update to 0.2.7.2., guix-commits, 2019/11/20
- 95/329: gnu: ghc-indents: Update to 0.5.0.1., guix-commits, 2019/11/20
- 99/329: gnu: ghc-memory: Update to 0.14.18., guix-commits, 2019/11/20
- 102/329: gnu: ghc-tar: Update to 0.5.1.1., guix-commits, 2019/11/20