gnu: ghc-vector: Update Cabal file to r3.

* gnu/packages/haskell.scm (ghc-vector): Update Cabal file to r3.
This commit is contained in:
Timothy Sample 2018-08-30 10:57:38 -04:00 committed by Ricardo Wurmus
parent 9e3e6ee026
commit 57203a15cb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3823,7 +3823,10 @@ (define-public ghc-vector
(build-system haskell-build-system)
;; FIXME: To simplify upgrading all Haskell packages, we leave the tests
;; disabled for now.
(arguments `(#:tests? #f))
(arguments
`(#:cabal-revision
("3" "0y5rh8k710i2a3p1h2rghvr5cfg78p5h0kbfi7ifxqqf6pzlyr1x")
#:tests? #f))
(inputs
`(("ghc-primitive" ,ghc-primitive)
("ghc-random" ,ghc-random)