[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
274/290: gnu: Add ghc-tasty-lua.
From: |
guix-commits |
Subject: |
274/290: gnu: Add ghc-tasty-lua. |
Date: |
Wed, 6 Nov 2019 08:23:27 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit b3e1ac3f3b19f9ec03c18a7b45713a62928edd29
Author: Timothy Sample <address@hidden>
Date: Sun Nov 3 08:11:11 2019 -0500
gnu: Add ghc-tasty-lua.
* gnu/packages/haskell-check.scm (ghc-tasty-lua): New variable.
---
gnu/packages/haskell-check.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 9505458..a499f25 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -261,6 +261,31 @@ test framework.")
tasty.")
(license license:expat)))
+(define-public ghc-tasty-lua
+ (package
+ (name "ghc-tasty-lua")
+ (version "0.2.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "tasty-lua/tasty-lua-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0xlj36rrhkx312h7smx6ay20rhlhxvw2ma2ckdnzv1pvmdn6p5qx"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-file-embed" ,ghc-file-embed)
+ ("ghc-hslua" ,ghc-hslua)
+ ("ghc-tasty" ,ghc-tasty)))
+ (native-inputs
+ `(("ghc-tasty-hunit" ,ghc-tasty-hunit)))
+ (home-page "https://github.com/hslua/tasty-lua")
+ (synopsis "Write tests in Lua, integrate into tasty.")
+ (description "This package gives users the ability to define tasty tests
+from Lua.")
+ (license license:expat)))
+
(define-public ghc-tasty-th
(package
(name "ghc-tasty-th")
- 223/290: gnu: ghc-rebase: Update to 1.3.1.1., (continued)
- 223/290: gnu: ghc-rebase: Update to 1.3.1.1., guix-commits, 2019/11/06
- 218/290: gnu: ghc-exactprint: Update to 0.6.1., guix-commits, 2019/11/06
- 220/290: gnu: ghc-contravariant-extras: Update Cabal file to r1., guix-commits, 2019/11/06
- 231/290: gnu: Add libyaml@2.1., guix-commits, 2019/11/06
- 252/290: gnu: ghc-trifecta: Update Cabal file to r5., guix-commits, 2019/11/06
- 253/290: gnu: Add ghc-time-manager., guix-commits, 2019/11/06
- 255/290: gnu: Add ghc-zstd., guix-commits, 2019/11/06
- 258/290: gnu: ghc-validation: Update to 1.1., guix-commits, 2019/11/06
- 261/290: gnu: ghc-warp-tls: Update to 3.2.8., guix-commits, 2019/11/06
- 267/290: gnu: ghc-http-conduit: Update to 2.3.7.3., guix-commits, 2019/11/06
- 274/290: gnu: Add ghc-tasty-lua.,
guix-commits <=
- 275/290: gnu: Add ghc-bitarray., guix-commits, 2019/11/06
- 278/290: gnu: Add ghc-unicode-transforms., guix-commits, 2019/11/06
- 219/290: gnu: ghc-wai-logger: Update to 2.3.5., guix-commits, 2019/11/06
- 229/290: gnu: ghc-conduit: Update to 1.3.1.1., guix-commits, 2019/11/06
- 243/290: gnu: ghc-stm-conduit: Update to 4.0.1., guix-commits, 2019/11/06
- 265/290: gnu: ghc-tree-diff: Update to 0.1., guix-commits, 2019/11/06
- 266/290: gnu: cabal-install: Update to 2.4.0.0., guix-commits, 2019/11/06
- 249/290: gnu: ghc-resolv: Update to 0.1.1.2., guix-commits, 2019/11/06
- 277/290: gnu: Add ghc-getopt-generics., guix-commits, 2019/11/06
- 279/290: gnu: Add ghc-hsyaml., guix-commits, 2019/11/06