mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
1 changed files with 4 additions and 1 deletions
|
@ -3823,7 +3823,10 @@ speed, flexibility, and quality of parse errors.")
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue