gnu: ghc-vector: Update to 0.12.0.3.
* gnu/packages/haskell-xyz.scm (ghc-vector): Update to 0.12.0.3. [arguments]: Remove '#:cabal-revision'.master
parent
74bf69651d
commit
3ad67f6b3a
|
@ -11298,7 +11298,7 @@ representing a store for a single element.")
|
||||||
(define-public ghc-vector
|
(define-public ghc-vector
|
||||||
(package
|
(package
|
||||||
(name "ghc-vector")
|
(name "ghc-vector")
|
||||||
(version "0.12.0.1")
|
(version "0.12.0.3")
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -11309,14 +11309,12 @@ representing a store for a single element.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yrx2ypiaxahvaz84af5bi855hd3107kxkbqc8km29nsp5wyw05i"))))
|
"1a756s4w759ji3als5alfxwlckh5zcmykfg9rll4mlr2knzvz8mq"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
;; FIXME: To simplify upgrading all Haskell packages, we leave the tests
|
;; FIXME: To simplify upgrading all Haskell packages, we leave the tests
|
||||||
;; disabled for now.
|
;; disabled for now.
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cabal-revision
|
`(#:tests? #f))
|
||||||
("3" "0y5rh8k710i2a3p1h2rghvr5cfg78p5h0kbfi7ifxqqf6pzlyr1x")
|
|
||||||
#:tests? #f))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-primitive" ,ghc-primitive)
|
`(("ghc-primitive" ,ghc-primitive)
|
||||||
("ghc-random" ,ghc-random)
|
("ghc-random" ,ghc-random)
|
||||||
|
|
Reference in New Issue