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:
parent
8fd2a8169b
commit
cc784d7b63
1 changed files with 2 additions and 2 deletions
|
@ -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")))
|
||||
|
|
Loading…
Reference in a new issue