[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
282/329: gnu: Add ghc-hslua-module-system.
From: |
guix-commits |
Subject: |
282/329: gnu: Add ghc-hslua-module-system. |
Date: |
Wed, 20 Nov 2019 21:18:44 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit ff303e4ebf5cc31b1f00ec48a2f377673f67adad
Author: Timothy Sample <address@hidden>
Date: Sun Nov 3 08:38:03 2019 -0500
gnu: Add ghc-hslua-module-system.
* gnu/packages/haskell-xyz.scm (ghc-hslua-module-system): New variable.
---
gnu/packages/haskell-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d175f41..0d93394 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5220,6 +5220,36 @@ handler built in.")
described in @url{https://www.lua.org/}.")
(license license:expat)))
+(define-public ghc-hslua-module-system
+ (package
+ (name "ghc-hslua-module-system")
+ (version "0.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "hslua-module-system/hslua-module-system-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1m7wz3g5c34pyizqw5mllzhsy2vziddhlbhjfwdvd7nhd3p4v3hh"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-exceptions" ,ghc-exceptions)
+ ("ghc-hslua" ,ghc-hslua)
+ ("ghc-temporary" ,ghc-temporary)))
+ (native-inputs
+ `(("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)))
+ (home-page "https://github.com/hslua/hslua-module-system")
+ (synopsis "Lua module wrapper around Haskell's System module")
+ (description "This library provides access to system information and
+functionality to Lua scripts via Haskell's @code{System} module. Intended
+usage for this package is to preload it by adding the loader function to
+@code{package.preload}. Note that the Lua @code{package} library must have
+already been loaded before the loader can be added.")
+ (license license:expat)))
+
(define-public ghc-hslua-module-text
(package
(name "ghc-hslua-module-text")
- 270/329: gnu: ghc-esqueleto: Update to 3.0.0., (continued)
- 270/329: gnu: ghc-esqueleto: Update to 3.0.0., guix-commits, 2019/11/20
- 281/329: gnu: Add ghc-aeson-diff., guix-commits, 2019/11/20
- 289/329: gnu: ghc-sandi: Update to 0.5., guix-commits, 2019/11/20
- 288/329: gnu: ghc-tasty-rerun: Update to 1.1.14., guix-commits, 2019/11/20
- 294/329: gnu: ghc-options: Fix Cabal dependency constraints., guix-commits, 2019/11/20
- 251/329: gnu: ghc-lens: Update to 4.17.1., guix-commits, 2019/11/20
- 274/329: gnu: Add ghc-tasty-lua., guix-commits, 2019/11/20
- 273/329: gnu: ghc-haddock-library: Update to 1.7.0., guix-commits, 2019/11/20
- 276/329: gnu: Add ghc-edit-distance-vector., guix-commits, 2019/11/20
- 285/329: gnu: ghc-yesod-form: Update to 1.6.7., guix-commits, 2019/11/20
- 282/329: gnu: Add ghc-hslua-module-system.,
guix-commits <=
- 295/329: gnu: Remove ghc-monadplus., guix-commits, 2019/11/20
- 299/329: gnu: ghc-chart-cairo: Update to 1.9.1., guix-commits, 2019/11/20
- 302/329: gnu: cedille: Use most recent GHC., guix-commits, 2019/11/20
- 309/329: gnu: Update xmobar to 0.31., guix-commits, 2019/11/20
- 314/329: gnu: Add ghc-testing-feat., guix-commits, 2019/11/20
- 256/329: gnu: Add ghc-conduit-zstd., guix-commits, 2019/11/20
- 261/329: gnu: ghc-warp-tls: Update to 3.2.8., guix-commits, 2019/11/20
- 268/329: gnu: ghc-sdl2: Update to 2.5.0.0., guix-commits, 2019/11/20
- 297/329: gnu: ghc-geniplate-mirror: Update Cabal file to r2., guix-commits, 2019/11/20
- 308/329: gnu: Add ghc-dbus., guix-commits, 2019/11/20