diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-30 10:57:38 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:12 +0200 |
commit | 57203a15cb2d1c6164b20d16cbb60c02b63dc305 (patch) | |
tree | bffb6b9b38502b357e7582a05231723acb27e943 | |
parent | 9e3e6ee026c95deafef7f4532a1333863f3e5d81 (diff) | |
download | guix-57203a15cb2d1c6164b20d16cbb60c02b63dc305.tar.gz |
gnu: ghc-vector: Update Cabal file to r3.
* gnu/packages/haskell.scm (ghc-vector): Update Cabal file to r3.
-rw-r--r-- | gnu/packages/haskell.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 575a7be4a8..caa8c681cc 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -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) |