[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
274/328: gnu: Add ghc-tasty-lua.
From: |
guix-commits |
Subject: |
274/328: gnu: Add ghc-tasty-lua. |
Date: |
Sat, 16 Nov 2019 19:33:24 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 2544a88d76e5baacfe71779a5feb92bde5d7c340
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 8fac25a..456ef30 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")
- 252/328: gnu: ghc-trifecta: Update Cabal file to r4., (continued)
- 252/328: gnu: ghc-trifecta: Update Cabal file to r4., guix-commits, 2019/11/16
- 254/328: gnu: ghc-warp: Update to 3.2.28., guix-commits, 2019/11/16
- 260/328: gnu: ghc-yesod-core: Update to 1.6.16.1., guix-commits, 2019/11/16
- 261/328: gnu: ghc-warp-tls: Update to 3.2.8., guix-commits, 2019/11/16
- 253/328: gnu: Add ghc-time-manager., guix-commits, 2019/11/16
- 257/328: gnu: ghc-conduit-algorithms: Update to 0.0.11.0., guix-commits, 2019/11/16
- 258/328: gnu: ghc-validation: Update to 1.1., guix-commits, 2019/11/16
- 267/328: gnu: ghc-http-conduit: Update to 2.3.7.3., guix-commits, 2019/11/16
- 268/328: gnu: ghc-sdl2: Update to 2.5.0.0., guix-commits, 2019/11/16
- 270/328: gnu: ghc-esqueleto: Update to 3.0.0., guix-commits, 2019/11/16
- 274/328: gnu: Add ghc-tasty-lua.,
guix-commits <=
- 281/328: gnu: Add ghc-aeson-diff., guix-commits, 2019/11/16
- 283/328: gnu: Add ghc-ipynb., guix-commits, 2019/11/16
- 282/328: gnu: Add ghc-hslua-module-system., guix-commits, 2019/11/16
- 290/328: gnu: darcs: Fix Cabal dependency constraints., guix-commits, 2019/11/16
- 204/328: gnu: ghc-cheapskate: Update to 0.1.1.1., guix-commits, 2019/11/16
- 199/328: gnu: ghc-monad-par: Add a patch to fix tests on GHC 8.6., guix-commits, 2019/11/16
- 208/328: gnu: Add ghc-tasty-hedgehog., guix-commits, 2019/11/16
- 213/328: gnu: ghc-path-io: Update to 1.4.2., guix-commits, 2019/11/16
- 211/328: gnu: ghc-auto-update: Update to 0.1.6., guix-commits, 2019/11/16
- 212/328: gnu: ghc-uri-bytestring: Update to 0.3.2.2., guix-commits, 2019/11/16