samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 6e09d2dbca8c0e820b4efbd11454086adaf7463e
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 09:58:45 2019 -0400
gnu: ghc-vector: Update to 0.12.0.3.
* gnu/packages/haskell-xyz.scm (ghc-vector): Update to 0.12.0.3.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 5f04032..187aefb 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11191,7 +11191,7 @@ representing a store for a single element.")
(define-public ghc-vector
(package
(name "ghc-vector")
- (version "0.12.0.1")
+ (version "0.12.0.3")
(outputs '("out" "doc"))
(source
(origin
@@ -11202,7 +11202,7 @@ representing a store for a single element.")
".tar.gz"))
(sha256
(base32
- "0yrx2ypiaxahvaz84af5bi855hd3107kxkbqc8km29nsp5wyw05i"))))
+ "1a756s4w759ji3als5alfxwlckh5zcmykfg9rll4mlr2knzvz8mq"))))
(build-system haskell-build-system)
;; FIXME: To simplify upgrading all Haskell packages, we leave the tests
;; disabled for now.