summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-09-01 09:25:40 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:19 +0200
commit085f26d1e12b077950f1262b24f7f8c15c8cb033 (patch)
tree27df99777822b25e797bf0668516eded79aca441 /gnu
parentdfe5f60f2d1790bf931d5519814225570d37f755 (diff)
downloadguix-patches-085f26d1e12b077950f1262b24f7f8c15c8cb033.tar
guix-patches-085f26d1e12b077950f1262b24f7f8c15c8cb033.tar.gz
gnu: ghc-hslua-module-text: Update Cabal file to r1.
* gnu/packages/haskell.scm (ghc-hslua-module-text): Update Cabal file to r1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index b72fa27423..d604526cdd 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)))