samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit c185328bb62078daf5ae2299af21296dd1a15e4f
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:11:14 2019 -0400
gnu: ghc-hslua-module-text: Update to 0.2.1.
* gnu/packages/haskell-xyz.scm (ghc-hslua-module-text): Update to 0.2.1.
[arguments]: Remove '#:cabal-revision'.
---
gnu/packages/haskell-xyz.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 987cd2d..a132866 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5037,7 +5037,7 @@ described in @url{https://www.lua.org/}.")
(define-public ghc-hslua-module-text
(package
(name "ghc-hslua-module-text")
- (version "0.1.2.1")
+ (version "0.2.1")
(source
(origin
(method url-fetch)
@@ -5046,11 +5046,8 @@ described in @url{https://www.lua.org/}.")
version ".tar.gz"))
(sha256
(base32
- "0bcfpb1dhnxp0gr376ai4w7vczr9zrjl1r3r6w7kcxivfkwq9cxf"))))
+ "1ikdwvvxhbd5wmfr85dzs2ccamh9rbbpgy899z7s1vlv5q1dj0hk"))))
(build-system haskell-build-system)
- (arguments
- `(#:cabal-revision
- ("1" "0vajlsd7y6pwa08635q0cx8z5c1c55bk7fvavw7g2vmyvxqjzx6n")))
(inputs
`(("ghc-hslua" ,ghc-hslua)))
(native-inputs