samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 713fc03dd71c6a1351ac46a21cbdf849327dfa87
Author: Timothy Sample <[email protected]>
Date: Tue Nov 5 14:45:06 2019 -0500
gnu: ghc-hackage-security: Update Cabal file to r6.
* gnu/packages/haskell-xyz.scm (ghc-hackage-security): Update Cabal file
to r6.
---
gnu/packages/haskell-xyz.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 5456e2a..f184ffa 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4173,7 +4173,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)