[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
208/328: gnu: Add ghc-tasty-hedgehog.
From: |
guix-commits |
Subject: |
208/328: gnu: Add ghc-tasty-hedgehog. |
Date: |
Sat, 16 Nov 2019 19:33:09 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 8889ae4629e6401e6be3aba1d8acbdf81853d7b4
Author: Timothy Sample <address@hidden>
Date: Sun Nov 3 21:13:54 2019 -0500
gnu: Add ghc-tasty-hedgehog.
* gnu/packages/haskell-check.scm (ghc-tasty-hedgehog): New variable.
---
gnu/packages/haskell-check.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 0537fb9..8fac25a 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -184,6 +184,36 @@ you combine your unit tests, golden tests,
QuickCheck/SmallCheck properties,
and any other types of tests into a single test suite.")
(license license:expat)))
+(define-public ghc-tasty-hedgehog
+ (package
+ (name "ghc-tasty-hedgehog")
+ (version "1.0.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "tasty-hedgehog/tasty-hedgehog-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1mbg5q0c0xfrk4npfj60pi693igb7r5l78x6xf9fk2jglw0nmxhz"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-tagged" ,ghc-tagged)
+ ("ghc-tasty" ,ghc-tasty)
+ ("ghc-hedgehog" ,ghc-hedgehog)))
+ (native-inputs
+ `(("ghc-tasty-expected-failure" ,ghc-tasty-expected-failure)))
+ (arguments
+ `(#:cabal-revision
+ ("1" "1n6797fm8swyrk8cw7zxz593gq82wx8dayvm204rmgcz75bslcpn")))
+ (home-page "https://github.com/qfpl/tasty-hedgehog")
+ (synopsis "Integration for tasty and hedgehog")
+ (description "This package provides the means for integrating the
+@url{https://hackage.haskell.org/package/hedgehog, hedgehog testing library}
+with the @url{https://hackage.haskell.org/package/tasty, tasty testing
+framework}.")
+ (license license:bsd-3)))
+
(define-public ghc-tasty-hunit
(package
(name "ghc-tasty-hunit")
- 267/328: gnu: ghc-http-conduit: Update to 2.3.7.3., (continued)
- 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, 2019/11/16
- 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 <=
- 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
- 214/328: gnu: ghc-free: Update to 5.1.2., guix-commits, 2019/11/16
- 221/328: gnu: ghc-cryptohash-md5: Update Cabal file to r4., guix-commits, 2019/11/16
- 225/328: gnu: ghc-wai-extra: Update to 3.0.28., guix-commits, 2019/11/16
- 231/328: gnu: Add libyaml@2.1., guix-commits, 2019/11/16
- 240/328: gnu: Add ghc-lib-parser., guix-commits, 2019/11/16
- 245/328: gnu: ghc-persistent: Update to 2.9.2., guix-commits, 2019/11/16
- 246/328: gnu: ghc-cryptohash-sha256: Update Cabal file to r3., guix-commits, 2019/11/16