samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 9b4e35b45370cbe884eb1c772e618278ab81068b
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 22:57:33 2019 -0400
gnu: ghc-primitive: Update Cabal file to r1.
* gnu/packages/haskell-xyz.scm (ghc-primitive): Update Cabal file to r1.
---
gnu/packages/haskell-xyz.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 6499c53..851c08a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7837,6 +7837,9 @@ examination.")
(base32
"0r0cda7acvplgwaxy69kviv4jp7kkfi038by68gj4yfx4iwszgjc"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:cabal-revision
+ ("1" "18a14k1yiam1m4l29rin9a0y53yp3nxvkz358nysld8aqwy2qsjv")))
(home-page
"https://github.com/haskell/primitive")
(synopsis "Primitive memory-related operations")