gnu: ghc-vector: Update to 0.12.0.1.

* gnu/packages/haskell.scm (ghc-vector): Update to 0.12.0.1.
This commit is contained in:
Ricardo Wurmus 2018-02-12 19:24:56 +01:00
parent 40a6d7a2f6
commit 4c8a1f4030
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3146,7 +3146,7 @@ is also parametric in the input stream type.")
(define-public ghc-vector (define-public ghc-vector
(package (package
(name "ghc-vector") (name "ghc-vector")
(version "0.11.0.0") (version "0.12.0.1")
(outputs '("out" "doc")) (outputs '("out" "doc"))
(source (source
(origin (origin
@ -3157,13 +3157,20 @@ is also parametric in the input stream type.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1r1jlksy7b0kb0fy00g64isk6nyd9wzzdq31gx5v1wn38knj0lqa")))) "0yrx2ypiaxahvaz84af5bi855hd3107kxkbqc8km29nsp5wyw05i"))))
(build-system haskell-build-system) (build-system haskell-build-system)
;; FIXME: To simplify upgrading all Haskell packages, we leave the tests
;; disabled for now.
(arguments `(#:tests? #f))
(inputs (inputs
`(("ghc-primitive" ,ghc-primitive) `(("ghc-primitive" ,ghc-primitive)
("ghc-quickcheck" ,ghc-quickcheck))) ("ghc-random" ,ghc-random)
(arguments ("ghc-quickcheck" ,ghc-quickcheck)
`(#:tests? #f)) ; FIXME: currently missing libraries used for tests. ;; ("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") (home-page "https://github.com/haskell/vector")
(synopsis "Efficient Arrays") (synopsis "Efficient Arrays")
(description "This library provides an efficient implementation of (description "This library provides an efficient implementation of