[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
208/290: gnu: Add ghc-tasty-hedgehog.
From: |
guix-commits |
Subject: |
208/290: gnu: Add ghc-tasty-hedgehog. |
Date: |
Wed, 6 Nov 2019 08:23:10 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 29e77abbeecf50d9501256ea310821b02b01ff7e
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..9505458 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")
- 185/290: gnu: ghc-aeson-pretty: Update to 0.8.8., (continued)
- 185/290: gnu: ghc-aeson-pretty: Update to 0.8.8., guix-commits, 2019/11/06
- 191/290: gnu: ghc-pandoc-types: Update to 1.17.6.1., guix-commits, 2019/11/06
- 190/290: gnu: ghc-aeson-compat: Update to 0.3.9., guix-commits, 2019/11/06
- 189/290: gnu: ghc-shakespeare: Update to 2.0.22., guix-commits, 2019/11/06
- 193/290: gnu: ghc-semigroupoids: Update to 5.3.3., guix-commits, 2019/11/06
- 192/290: gnu: ghc-io-streams-haproxy: Update to 1.0.1.0., guix-commits, 2019/11/06
- 195/290: gnu: ghc-openssl-streams: Update to 1.2.2.0., guix-commits, 2019/11/06
- 197/290: gnu: ghc-inline-c-cpp: Update to 0.3.0.3., guix-commits, 2019/11/06
- 202/290: gnu: ghc-invariant: Update to 0.5.3., guix-commits, 2019/11/06
- 205/290: gnu: Add ghc-network-byte-order., guix-commits, 2019/11/06
- 208/290: gnu: Add ghc-tasty-hedgehog.,
guix-commits <=
- 209/290: gnu: ghc-bsb-http-chunked: Update to 0.0.0.4., guix-commits, 2019/11/06
- 213/290: gnu: ghc-path-io: Update to 1.4.2., guix-commits, 2019/11/06
- 186/290: gnu: ghc-diff: Patch to work with newer QuickCheck., guix-commits, 2019/11/06
- 194/290: gnu: ghc-http-api-data: Update to 0.4.1., guix-commits, 2019/11/06
- 201/290: gnu: ghc-statistics: Update to 0.15.1.1., guix-commits, 2019/11/06
- 199/290: gnu: ghc-monad-par: Add a patch to fix tests on GHC 8.6., guix-commits, 2019/11/06
- 203/290: gnu: ghc-vault: Update to 0.3.1.3., guix-commits, 2019/11/06
- 206/290: gnu: ghc-http2: Update to 1.6.5., guix-commits, 2019/11/06
- 210/290: gnu: Add ghc-retry., guix-commits, 2019/11/06
- 225/290: gnu: ghc-wai-extra: Update to 3.0.28., guix-commits, 2019/11/06