diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-11-05 14:45:06 -0500 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:40 -0500 |
commit | 034380f3146916fbce972eec3f9f7707db9ca93d (patch) | |
tree | 056faeac87cf4cf89e41ba14e21c0197bc9bdc31 /gnu | |
parent | d7d143e5537ec131f0b10c47bb66ffca16408e0d (diff) |
gnu: ghc-hackage-security: Update Cabal file to r6.
* gnu/packages/haskell-xyz.scm (ghc-hackage-security): Update Cabal file
to r6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index d206231cdd..3bab36acb1 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -4174,7 +4174,9 @@ tools are not needed to actually run Gtk2Hs programs.") "08bwawc7ramgdh54vcly2m9pvfchp0ahhs8117jajni6x4bnx66v")))) (build-system haskell-build-system) (arguments - `(#:tests? #f)) ; Tests fail because of framework updates. + `(#:cabal-revision + ("6" "1xs2nkzlvkdz8g27yzfxbjdbdadfmgiydnlpn5dm77cg18r495ay") + #:tests? #f)) ; Tests fail because of framework updates. (inputs `(("ghc-base16-bytestring" ,ghc-base16-bytestring) ("ghc-base64-bytestring" ,ghc-base64-bytestring) |