3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ghc-hslua: Update to 1.0.3.2.

* gnu/packages/haskell-xyz.scm (ghc-hslua): Update to 1.0.3.2.
This commit is contained in:
Timothy Sample 2019-10-31 13:08:51 -04:00
parent 8fd2a8169b
commit cc784d7b63
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -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")))