[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
314/329: gnu: Add ghc-testing-feat.
From: |
guix-commits |
Subject: |
314/329: gnu: Add ghc-testing-feat. |
Date: |
Wed, 20 Nov 2019 21:18:53 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit f9cad2a0b9e11514520382b3cd87b144b46e3d1e
Author: Timothy Sample <address@hidden>
Date: Wed Nov 13 00:28:45 2019 -0500
gnu: Add ghc-testing-feat.
* gnu/packages/haskell-check.scm (ghc-testing-feat): New variable.
---
gnu/packages/haskell-check.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 78b75e0..c6e8946 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -936,3 +936,30 @@ type. This library is intended to supply these modifiers
to be used by
testing libraries, in an effort to make properties more portable between
testing frameworks.")
(license license:unlicense)))
+
+(define-public ghc-testing-feat
+ (package
+ (name "ghc-testing-feat")
+ (version "1.1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "testing-feat/testing-feat-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1v2qzzpf1s008g7q6q67glf7vbm1pkpq4rc3ii74f4g6vhfx610r"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-size-based" ,ghc-size-based)
+ ("ghc-testing-type-modifiers" ,ghc-testing-type-modifiers)
+ ("ghc-semigroups" ,ghc-semigroups)))
+ (home-page "https://github.com/JonasDuregard/testing-feat")
+ (synopsis "Functional Enumeration of Algebraic Types")
+ (description "Feat (Functional Enumeration of Algebraic Types)
+provides enumerations as functions from natural numbers to
+values (similar to @code{toEnum} but for any algebraic data type). This
+can be used for SmallCheck-style systematic testing, QuickCheck-style
+random testing, and hybrids of the two.")
+ (license license:bsd-3)))
- 251/329: gnu: ghc-lens: Update to 4.17.1., (continued)
- 251/329: gnu: ghc-lens: Update to 4.17.1., guix-commits, 2019/11/20
- 274/329: gnu: Add ghc-tasty-lua., guix-commits, 2019/11/20
- 273/329: gnu: ghc-haddock-library: Update to 1.7.0., guix-commits, 2019/11/20
- 276/329: gnu: Add ghc-edit-distance-vector., guix-commits, 2019/11/20
- 285/329: gnu: ghc-yesod-form: Update to 1.6.7., guix-commits, 2019/11/20
- 282/329: gnu: Add ghc-hslua-module-system., guix-commits, 2019/11/20
- 295/329: gnu: Remove ghc-monadplus., guix-commits, 2019/11/20
- 299/329: gnu: ghc-chart-cairo: Update to 1.9.1., guix-commits, 2019/11/20
- 302/329: gnu: cedille: Use most recent GHC., guix-commits, 2019/11/20
- 309/329: gnu: Update xmobar to 0.31., guix-commits, 2019/11/20
- 314/329: gnu: Add ghc-testing-feat.,
guix-commits <=
- 256/329: gnu: Add ghc-conduit-zstd., guix-commits, 2019/11/20
- 261/329: gnu: ghc-warp-tls: Update to 3.2.8., guix-commits, 2019/11/20
- 268/329: gnu: ghc-sdl2: Update to 2.5.0.0., guix-commits, 2019/11/20
- 297/329: gnu: ghc-geniplate-mirror: Update Cabal file to r2., guix-commits, 2019/11/20
- 308/329: gnu: Add ghc-dbus., guix-commits, 2019/11/20
- 305/329: gnu: Add ghc-alsa-mixer., guix-commits, 2019/11/20
- 310/329: gnu: Add ghc-tar-conduit., guix-commits, 2019/11/20
- 306/329: gnu: Add ghc-timezone-series., guix-commits, 2019/11/20
- 304/329: gnu: elm-compiler: Fix Cabal dependency constraints., guix-commits, 2019/11/20
- 313/329: gnu: Add ghc-size-based., guix-commits, 2019/11/20