[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/45: gnu: ghc-hslua: Update to 1.3.0.2.
From: |
guix-commits |
Subject: |
18/45: gnu: ghc-hslua: Update to 1.3.0.2. |
Date: |
Tue, 2 Nov 2021 05:07:51 -0400 (EDT) |
lbraun pushed a commit to branch master
in repository guix.
commit f4f5fca49ca36553e2eb0c06df26f26db11df418
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Mon Oct 25 14:28:36 2021 +0200
gnu: ghc-hslua: Update to 1.3.0.2.
* gnu/packages/haskell-xyz.scm (ghc-hslua): Update to 1.3.0.2.
[inputs]: Remove ghc-exceptions and ghc-fail; add ghc-base-compat.
[native-inputs]: Remove ghc-tasty-expected-failure; add ghc-fail and
ghc-semigroups.
---
gnu/packages/haskell-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index e80f20b..f166969 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6197,29 +6197,29 @@ handler built in.")
(define-public ghc-hslua
(package
(name "ghc-hslua")
- (version "1.3.0.1")
+ (version "1.3.0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"hslua/hslua-" version ".tar.gz"))
(sha256
(base32
- "1mz8zk13dhgaf24hmmjqnn5hcln96iw73mcjwjilag8388wq72k7"))))
+ "0p39xm0mmxzs5x6aim11qkb7npn0d9h7li2kwfhry0dijd1vm18i"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags '("-fsystem-lua")
#:extra-directories ("lua")))
(inputs
`(("lua" ,lua)
- ("ghc-exceptions" ,ghc-exceptions)
- ("ghc-fail" ,ghc-fail)))
+ ("ghc-base-compat" ,ghc-base-compat)))
(native-inputs
`(("ghc-tasty" ,ghc-tasty)
- ("ghc-tasty-expected-failure" ,ghc-tasty-expected-failure)
("ghc-tasty-hunit" ,ghc-tasty-hunit)
("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)
("ghc-quickcheck" ,ghc-quickcheck)
- ("ghc-quickcheck-instances" ,ghc-quickcheck-instances)))
+ ("ghc-quickcheck-instances" ,ghc-quickcheck-instances)
+ ("ghc-fail" ,ghc-fail)
+ ("ghc-semigroups" ,ghc-semigroups)))
(home-page "https://hackage.haskell.org/package/hslua")
(synopsis "Lua language interpreter embedding in Haskell")
(description
- branch master updated (1865860 -> 5e8b18d), guix-commits, 2021/11/02
- 02/45: gnu: ghc-tasty-silver: Update to 3.2.3., guix-commits, 2021/11/02
- 09/45: gnu: ghc-aeson-pretty: Update to 0.8.9., guix-commits, 2021/11/02
- 10/45: gnu: ghc-aeson-qq: Update to 0.8.4., guix-commits, 2021/11/02
- 07/45: gnu: ghc-wai-extra: Update to 3.1.7., guix-commits, 2021/11/02
- 04/45: gnu: ghc-cryptohash-sha256: Update to 0.11.102.1., guix-commits, 2021/11/02
- 08/45: gnu: ghc-warp-tls: Update to 3.3.2., guix-commits, 2021/11/02
- 18/45: gnu: ghc-hslua: Update to 1.3.0.2.,
guix-commits <=
- 21/45: gnu: ghc-lzma-conduit: Update to 1.2.2., guix-commits, 2021/11/02
- 29/45: gnu: ghc-prettyprinter-ansi-terminal: Update to 1.1.3., guix-commits, 2021/11/02
- 34/45: gnu: ghc-tldr: Update to 0.9.2., guix-commits, 2021/11/02
- 11/45: gnu: ghc-aeson-compat: Update to 0.3.10., guix-commits, 2021/11/02
- 06/45: gnu: ghc-hsopenssl: Update to 0.11.7.2., guix-commits, 2021/11/02
- 13/45: gnu: ghc-blaze-builder: Update to 0.4.2.2., guix-commits, 2021/11/02
- 19/45: gnu: ghc-ipynb: Update to 0.1.0.2., guix-commits, 2021/11/02
- 22/45: gnu: ghc-mono-traversable: Update to 1.0.15.3., guix-commits, 2021/11/02
- 20/45: gnu: ghc-juicypixels: Update to 3.3.6., guix-commits, 2021/11/02
- 25/45: gnu: ghc-doclayout: Update to 0.3.1.1., guix-commits, 2021/11/02