[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/151: gnu: Add ghc-quickcheck-unicode.
From: |
Paul |
Subject: |
41/151: gnu: Add ghc-quickcheck-unicode. |
Date: |
Mon, 19 Oct 2015 08:57:34 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 50612fcd239231b95cd7c62f906e9fc1c246ef71
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:11:15 2015 +0200
gnu: Add ghc-quickcheck-unicode.
* gnu/packages/haskell.scm (ghc-quickcheck-unicode): New variable.
---
gnu/packages/haskell.scm | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d3e4570..c196304 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1196,6 +1196,29 @@ installed.")
and other handles.")
(license bsd-3)))
+(define-public ghc-quickcheck-unicode
+ (package
+ (name "ghc-quickcheck-unicode")
+ (version "1.0.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"http://hackage.haskell.org/package/quickcheck-unicode/quickcheck-unicode-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1a8nl6x7l9b22yx61wm0bh2n1xzb1hd5i5zgg1w4fpaivjnrrhi4"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-quickcheck" ,ghc-quickcheck)))
+ (home-page
+ "https://github.com/bos/quickcheck-unicode")
+ (synopsis "Generator functions Unicode-related tests")
+ (description "This package provides generator and shrink functions for
+testing Unicode-related software.")
+ (license bsd-3)))
+
(define-public ghc-quickcheck-io
(package
(name "ghc-quickcheck-io")
- 30/151: gnu: Add ghc-hspec-core., (continued)
- 30/151: gnu: Add ghc-hspec-core., Paul, 2015/10/19
- 33/151: gnu: Add ghc-hspec., Paul, 2015/10/19
- 26/151: gnu: Add ghc-exceptions., Paul, 2015/10/19
- 34/151: gnu: Add ghc-regex-base., Paul, 2015/10/19
- 32/151: gnu: Add ghc-hspec-discover., Paul, 2015/10/19
- 35/151: gnu: Add ghc-appar., Paul, 2015/10/19
- 36/151: gnu: Add ghc-safe., Paul, 2015/10/19
- 37/151: gnu: Add ghc-generic-deriving., Paul, 2015/10/19
- 38/151: gnu: Add ghc-pcre-light., Paul, 2015/10/19
- 40/151: gnu: Add ghc-xml., Paul, 2015/10/19
- 41/151: gnu: Add ghc-quickcheck-unicode.,
Paul <=
- 39/151: gnu: Add ghc-logict., Paul, 2015/10/19
- 42/151: gnu: ghc-split: Update dependencies., Paul, 2015/10/19
- 43/151: gnu: Add ghc-annotated-wl-pprint., Paul, 2015/10/19
- 44/151: gnu: Add ghc-ansi-wl-pprint., Paul, 2015/10/19
- 45/151: gnu: Add ghc-base64-bytestring., Paul, 2015/10/19
- 46/151: gnu: Add ghc-uniplate., Paul, 2015/10/19
- 49/151: gnu: Add ghc-base-orphans., Paul, 2015/10/19
- 51/151: gnu: Add ghc-mmorph., Paul, 2015/10/19
- 52/151: gnu: Add ghc-transformers-base., Paul, 2015/10/19
- 50/151: gnu: Add ghc-vault., Paul, 2015/10/19