[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/177: gnu: ghc-vector: Update to 0.12.0.1.
From: |
Ricardo Wurmus |
Subject: |
09/177: gnu: ghc-vector: Update to 0.12.0.1. |
Date: |
Tue, 13 Feb 2018 07:38:02 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 4c8a1f4030998dc9020d062352c9fd1f9fb798bd
Author: Ricardo Wurmus <address@hidden>
Date: Mon Feb 12 19:24:56 2018 +0100
gnu: ghc-vector: Update to 0.12.0.1.
* gnu/packages/haskell.scm (ghc-vector): Update to 0.12.0.1.
---
gnu/packages/haskell.scm | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c9d8c77..34f6302 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3146,7 +3146,7 @@ is also parametric in the input stream type.")
(define-public ghc-vector
(package
(name "ghc-vector")
- (version "0.11.0.0")
+ (version "0.12.0.1")
(outputs '("out" "doc"))
(source
(origin
@@ -3157,13 +3157,20 @@ is also parametric in the input stream type.")
".tar.gz"))
(sha256
(base32
- "1r1jlksy7b0kb0fy00g64isk6nyd9wzzdq31gx5v1wn38knj0lqa"))))
+ "0yrx2ypiaxahvaz84af5bi855hd3107kxkbqc8km29nsp5wyw05i"))))
(build-system haskell-build-system)
+ ;; FIXME: To simplify upgrading all Haskell packages, we leave the tests
+ ;; disabled for now.
+ (arguments `(#:tests? #f))
(inputs
`(("ghc-primitive" ,ghc-primitive)
- ("ghc-quickcheck" ,ghc-quickcheck)))
- (arguments
- `(#:tests? #f)) ; FIXME: currently missing libraries used for tests.
+ ("ghc-random" ,ghc-random)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ;; ("ghc-hunit" ,ghc-hunit)
+ ;; ("ghc-test-framework" ,ghc-test-framework)
+ ;; ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
+ ;; ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
+ ))
(home-page "https://github.com/haskell/vector")
(synopsis "Efficient Arrays")
(description "This library provides an efficient implementation of
- 172/177: gnu: ghc-directory: Add note., (continued)
- 172/177: gnu: ghc-directory: Add note., Ricardo Wurmus, 2018/02/13
- 160/177: gnu: ghc-pandoc-citeproc: Update to 0.12.2.5., Ricardo Wurmus, 2018/02/13
- 157/177: gnu: ghc-monad-control: Update to 1.0.1.0., Ricardo Wurmus, 2018/02/13
- 73/177: gnu: ghc-lifted-base: Update to 0.2.3.8., Ricardo Wurmus, 2018/02/13
- 151/177: gnu: ghc-logging-facade: Update to 0.1.1., Ricardo Wurmus, 2018/02/13
- 149/177: gnu: ghc-th-expand-syns: Update to 0.4.0.0., Ricardo Wurmus, 2018/02/13
- 163/177: gnu: ghc-haskeline: Update to 0.7.4.2., Ricardo Wurmus, 2018/02/13
- 169/177: gnu: ghc-graphviz: Fix build with newer QuickCheck., Ricardo Wurmus, 2018/02/13
- 66/177: gnu: ghc-directory: Update to 1.3.2.0., Ricardo Wurmus, 2018/02/13
- 75/177: gnu: ghc-adjunctions: Update to 4.3., Ricardo Wurmus, 2018/02/13
- 09/177: gnu: ghc-vector: Update to 0.12.0.1.,
Ricardo Wurmus <=
- 21/177: gnu: Add ghc-th-abstraction., Ricardo Wurmus, 2018/02/13
- 29/177: gnu: ghc-generic-deriving: Update to 1.11.1., Ricardo Wurmus, 2018/02/13
- 36/177: gnu: Add ghc-haddock-test., Ricardo Wurmus, 2018/02/13
- 39/177: gnu: Add ghc-haskell-lexer., Ricardo Wurmus, 2018/02/13
- 42/177: gnu: ghc-exceptions: Allow newer version of QuickCheck., Ricardo Wurmus, 2018/02/13
- 44/177: gnu: ghc-network-uri: Update to 2.6.1.0., Ricardo Wurmus, 2018/02/13
- 46/177: gnu: ghc-haskell-src-exts: Update to 1.18.2., Ricardo Wurmus, 2018/02/13
- 50/177: gnu: ghc-zip-archive: Update to 0.3.0.5., Ricardo Wurmus, 2018/02/13
- 54/177: gnu: Add ghc-th-lift-instances., Ricardo Wurmus, 2018/02/13
- 57/177: gnu: ghc-fast-logger: Update to 2.4.11., Ricardo Wurmus, 2018/02/13