[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
83/257: gnu: ghc-vector-algorithms: Update to 0.7.0.4.
From: |
Ricardo Wurmus |
Subject: |
83/257: gnu: ghc-vector-algorithms: Update to 0.7.0.4. |
Date: |
Thu, 27 Sep 2018 15:47:04 -0400 (EDT) |
rekado pushed a commit to branch wip-haskell
in repository guix.
commit 97299d6e0d396c1d38f0bcc27074bcf79e2feefe
Author: Timothy Sample <address@hidden>
Date: Tue Aug 28 23:36:42 2018 -0400
gnu: ghc-vector-algorithms: Update to 0.7.0.4.
* gnu/packages/haskell.scm (ghc-vector-algorithms): Update to 0.7.0.4.
[arguments]: Remove unneeded "--allow-newer=vector" configure flag; remove
test-patching phase.
[inputs]: Remove ghc-mwc-random.
---
gnu/packages/haskell.scm | 18 +++---------------
1 file changed, 3 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index fce0c81..6036a12 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8490,7 +8490,7 @@ between 2 and 3 times faster than the Mersenne Twister.")
(define-public ghc-vector-algorithms
(package
(name "ghc-vector-algorithms")
- (version "0.7.0.1")
+ (version "0.7.0.4")
(source
(origin
(method url-fetch)
@@ -8499,22 +8499,10 @@ between 2 and 3 times faster than the Mersenne
Twister.")
"vector-algorithms-" version ".tar.gz"))
(sha256
(base32
- "0w4hf598lpxfg58rnimcqxrbnpqq2jmpjx82qa5md3q6r90hlipd"))))
+ "0mfa8ig9v69l41p2vb5jl4qmaln5y1rlzarr2mlgm8g1nvq8qqdg"))))
(build-system haskell-build-system)
- ;; The limits have been adjusted in a revision of the cabal file.
- (arguments
- '(#:configure-flags (list "--allow-newer=vector")
- #:phases
- (modify-phases %standard-phases
- ;; The tests cannot be built due to type errors.
- (add-after 'unpack 'do-not-build-quickcheck-tests
- (lambda _
- (substitute* "vector-algorithms.cabal"
- (("\\!flag\\(properties\\)") "True"))
- #t)))))
(inputs
- `(("ghc-vector" ,ghc-vector)
- ("ghc-mwc-random" ,ghc-mwc-random)))
+ `(("ghc-vector" ,ghc-vector)))
(native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck)))
(home-page "https://github.com/bos/math-functions")
- 102/257: gnu: ghc-nats: Update to 1.1.2., (continued)
- 102/257: gnu: ghc-nats: Update to 1.1.2., Ricardo Wurmus, 2018/09/27
- 99/257: gnu: ghc-errors: Update to 2.3.0., Ricardo Wurmus, 2018/09/27
- 98/257: gnu: ghc-crypto-api: Update to 0.13.3., Ricardo Wurmus, 2018/09/27
- 97/257: gnu: ghc-case-insensitive: Update to 1.2.0.11., Ricardo Wurmus, 2018/09/27
- 90/257: gnu: ghc-deepseq-generics: Update Cabal file to r2., Ricardo Wurmus, 2018/09/27
- 93/257: gnu: ghc-fingertree: Update to 0.1.4.1., Ricardo Wurmus, 2018/09/27
- 88/257: gnu: ghc-bytestring-handle: Allow newer base and QuickCheck., Ricardo Wurmus, 2018/09/27
- 87/257: gnu: ghc-x11: Update to 1.9., Ricardo Wurmus, 2018/09/27
- 86/257: gnu: ghc-test-framework-quickcheck2: Update Cabal file to r1., Ricardo Wurmus, 2018/09/27
- 85/257: gnu: ghc-test-framework-hunit: Update Cabal file to r3., Ricardo Wurmus, 2018/09/27
- 83/257: gnu: ghc-vector-algorithms: Update to 0.7.0.4.,
Ricardo Wurmus <=
- 79/257: gnu: ghc-boxes: Update to 0.1.5., Ricardo Wurmus, 2018/09/27
- 67/257: gnu: ghc-haskell-src: Update to 1.0.3.0., Ricardo Wurmus, 2018/09/27
- 62/257: gnu: ghc-unix-time: Update to 0.3.8., Ricardo Wurmus, 2018/09/27
- 64/257: gnu: ghc-chasingbottoms: Update to 1.3.1.4., Ricardo Wurmus, 2018/09/27
- 63/257: gnu: ghc-alex: Update to 3.2.4., Ricardo Wurmus, 2018/09/27
- 58/257: gnu: ghc-parsec: Update to 3.1.13.0., Ricardo Wurmus, 2018/09/27
- 54/257: gnu: ghc-chell: Update to 0.4.0.2., Ricardo Wurmus, 2018/09/27
- 52/257: gnu: ghc-blaze-builder: Update to 0.4.1.0., Ricardo Wurmus, 2018/09/27
- 50/257: gnu: ghc-time-locale-compat: Update to 0.1.1.5., Ricardo Wurmus, 2018/09/27
- 48/257: gnu: ghc-text: Update to 1.2.3.0., Ricardo Wurmus, 2018/09/27