[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
282/290: gnu: Add ghc-hslua-module-system.
From: |
guix-commits |
Subject: |
282/290: gnu: Add ghc-hslua-module-system. |
Date: |
Wed, 6 Nov 2019 08:23:29 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit b6912d80a9318c5988c022a46a6fd547592a5b7a
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 020f724..b677601 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5218,6 +5218,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")
- 257/290: gnu: ghc-conduit-algorithms: Update to 0.0.11.0., (continued)
- 257/290: gnu: ghc-conduit-algorithms: Update to 0.0.11.0., guix-commits, 2019/11/06
- 264/290: gnu: ghc-chart: Update to 1.9.1., guix-commits, 2019/11/06
- 262/290: gnu: ghc-persistent-template: Update to 2.6.0., guix-commits, 2019/11/06
- 268/290: gnu: ghc-sdl2: Update to 2.5.0.0., guix-commits, 2019/11/06
- 269/290: gnu: ghc-persistent-sqlite: Update to 2.9.3., guix-commits, 2019/11/06
- 271/290: gnu: hoogle: Update to 5.0.17.11., guix-commits, 2019/11/06
- 272/290: gnu: ghc-yesod-persistent: Update to 1.6.0.2., guix-commits, 2019/11/06
- 270/290: gnu: ghc-esqueleto: Update to 3.0.0., guix-commits, 2019/11/06
- 276/290: gnu: Add ghc-edit-distance-vector., guix-commits, 2019/11/06
- 273/290: gnu: ghc-haddock-library: Update to 1.7.0., guix-commits, 2019/11/06
- 282/290: gnu: Add ghc-hslua-module-system.,
guix-commits <=
- 283/290: gnu: Add ghc-ipynb., guix-commits, 2019/11/06
- 288/290: gnu: ghc-tasty-rerun: Update to 1.1.14., guix-commits, 2019/11/06
- 286/290: gnu: ghc-pandoc-citeproc: Update to 0.16.2., guix-commits, 2019/11/06
- 244/290: gnu: ghc-feed: Update to 1.2.0.1., guix-commits, 2019/11/06
- 290/290: gnu: darcs: Fix Cabal dependency constraints., guix-commits, 2019/11/06
- 222/290: gnu: ghc-cryptohash-sha1: Update Cabal file to r4., guix-commits, 2019/11/06
- 242/290: gnu: ghc-simple-sendfile: Update to 0.2.30., guix-commits, 2019/11/06
- 228/290: gnu: ghc-mono-traversable: Update to 1.0.13.0., guix-commits, 2019/11/06
- 254/290: gnu: ghc-warp: Update to 3.2.28., guix-commits, 2019/11/06
- 259/290: gnu: ghc-deepseq-generics: Update Cabal file to r4., guix-commits, 2019/11/06