[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: gnu: Add ghc-genvalidity-property.
From: |
guix-commits |
Subject: |
03/12: gnu: Add ghc-genvalidity-property. |
Date: |
Fri, 19 Jul 2019 23:11:04 -0400 (EDT) |
samplet pushed a commit to branch master
in repository guix.
commit 51c8370385173c1055595c2721b1e70137e7dbd7
Author: Brian Leung <address@hidden>
Date: Thu Jun 20 07:56:21 2019 +0200
gnu: Add ghc-genvalidity-property.
* gnu/packages/haskell.scm (ghc-genvalidity-property): New variable.
---
gnu/packages/haskell.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a9b0dd7..e2a7f20 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -11594,6 +11594,38 @@ stand for certain ASCII character sequences, i.e. →
instead of @code{->},
with the @code{Validity} typeclass.")
(license license:expat)))
+(define-public ghc-genvalidity-property
+ (package
+ (name "ghc-genvalidity-property")
+ (version "0.2.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/";
+ "genvalidity-property/genvalidity-property-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0cjw5i2pydidda9bnp6x37ylhxdk9g874x5sadr6sscg5kq85a1b"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-genvalidity" ,ghc-genvalidity)
+ ("ghc-hspec" ,ghc-hspec)
+ ("hspec-discover" ,hspec-discover)
+ ("ghc-validity" ,ghc-validity)))
+ (native-inputs `(("ghc-doctest" ,ghc-doctest)))
+ (home-page
+ "https://github.com/NorfairKing/validity";)
+ (synopsis
+ "Standard properties for functions on @code{Validity} types")
+ (description
+ "This package supplements the @code{Validity} typeclass with standard
+properties for functions operating on them.")
+ (license license:expat)))
+
(define-public ghc-validity
(package
(name "ghc-validity")
- branch master updated (3d33c93 -> 14e0ae7), guix-commits, 2019/07/19
- 01/12: gnu: Add ghc-validity., guix-commits, 2019/07/19
- 03/12: gnu: Add ghc-genvalidity-property.,
guix-commits <=
- 02/12: gnu: Add ghc-genvalidity., guix-commits, 2019/07/19
- 04/12: gnu: Add ghc-path., guix-commits, 2019/07/19
- 06/12: gnu: Add ghc-descriptive., guix-commits, 2019/07/19
- 08/12: gnu: Add ghc-hindent., guix-commits, 2019/07/19
- 05/12: gnu: Add ghc-path-io., guix-commits, 2019/07/19
- 07/12: gnu: Add ghc-exactprint., guix-commits, 2019/07/19
- 09/12: gnu: Add ghc-microlens-mtl., guix-commits, 2019/07/19
- 10/12: gnu: Add ghc-microlens-ghc., guix-commits, 2019/07/19
- 11/12: gnu: Add ghc-microlens-platform., guix-commits, 2019/07/19
- 12/12: gnu: Add ghc-hasktags., guix-commits, 2019/07/19