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
1 changed files with 4 additions and 1 deletions

View File

@ -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)