rekado pushed a commit to branch master
in repository guix.
commit 085f26d1e12b077950f1262b24f7f8c15c8cb033
Author: Timothy Sample <[email protected]>
Date: Sat Sep 1 09:25:40 2018 -0400
gnu: ghc-hslua-module-text: Update Cabal file to r1.
* gnu/packages/haskell.scm (ghc-hslua-module-text): Update Cabal file to r1.
---
gnu/packages/haskell.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index b72fa27..d604526 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6268,6 +6268,9 @@ described in @url{https://www.lua.org/}.")
(base32
"0bcfpb1dhnxp0gr376ai4w7vczr9zrjl1r3r6w7kcxivfkwq9cxf"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:cabal-revision
+ ("1" "0vajlsd7y6pwa08635q0cx8z5c1c55bk7fvavw7g2vmyvxqjzx6n")))
(inputs
`(("ghc-hslua" ,ghc-hslua)
("ghc-text" ,ghc-text)))