gnu: ghc-vector: Update Cabal file to r3.
* gnu/packages/haskell.scm (ghc-vector): Update Cabal file to r3.
This commit is contained in:
parent
9e3e6ee026
commit
57203a15cb
|
@ -3823,7 +3823,10 @@ speed, flexibility, and quality of parse errors.")
|
||||||
(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 `(#:tests? #f))
|
(arguments
|
||||||
|
`(#:cabal-revision
|
||||||
|
("3" "0y5rh8k710i2a3p1h2rghvr5cfg78p5h0kbfi7ifxqqf6pzlyr1x")
|
||||||
|
#:tests? #f))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-primitive" ,ghc-primitive)
|
`(("ghc-primitive" ,ghc-primitive)
|
||||||
("ghc-random" ,ghc-random)
|
("ghc-random" ,ghc-random)
|
||||||
|
|
Loading…
Reference in New Issue