summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:08:51 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:25 -0500
commitcc784d7b63dceb533557e21eb8d29e40899ca2d6 (patch)
tree7e4f1559e8cc738a8745fe326f87c4740b1a583b /gnu
parent8fd2a8169bd1d2ad120d7b4e4dee52703a893e49 (diff)
downloadguix-patches-cc784d7b63dceb533557e21eb8d29e40899ca2d6.tar
guix-patches-cc784d7b63dceb533557e21eb8d29e40899ca2d6.tar.gz
gnu: ghc-hslua: Update to 1.0.3.2.
* gnu/packages/haskell-xyz.scm (ghc-hslua): Update to 1.0.3.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 4da0455a09..cb323f9fbe 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5006,14 +5006,14 @@ handler built in.")
(define-public ghc-hslua
(package
(name "ghc-hslua")
- (version "0.9.5.2")
+ (version "1.0.3.2")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"hslua/hslua-" version ".tar.gz"))
(sha256
(base32
- "1rdvv01p214zfjh6fcqjjgqwi8y42wad6cqzhlcv5gvclzw2ck8f"))))
+ "183bgl5jcx5y2r94lviqfw0a5w9089nxjd1z40k8vx9y2h60pm6j"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags '("-fsystem-lua")))