[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/154: gnu: Add ghc-quickcheck-instances.
From: |
Paul |
Subject: |
67/154: gnu: Add ghc-quickcheck-instances. |
Date: |
Thu, 22 Oct 2015 16:15:24 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit ab8886b313c2a4cfce1d7e92956d9721f85ca6b4
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 14:18:44 2015 +0200
gnu: Add ghc-quickcheck-instances.
* gnu/packages/haskell.scm (ghc-quickcheck-instances): New variable.
---
gnu/packages/haskell.scm | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index e21db6f..bcc292c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1290,6 +1290,35 @@ installed.")
writing to stdout and other handles.")
(license bsd-3)))
+(define-public ghc-quickcheck-instances
+ (package
+ (name "ghc-quickcheck-instances")
+ (version "0.3.11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/"
+ "quickcheck-instances/quickcheck-instances-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "041s6963czs1pz0fc9cx17lgd6p83czqy2nxji7bhxqxwl2j15h2"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-old-time" ,ghc-old-time)
+ ("ghc-unordered-containers" ,ghc-unordered-containers)))
+ (inputs
+ `(("ghc-hashable" ,ghc-hashable)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-text" ,ghc-text)))
+ (home-page
+ "https://github.com/aslatter/qc-instances")
+ (synopsis "Common quickcheck instances")
+ (description "This package provides QuickCheck instances for types
+provided by the Haskell Platform.")
+ (license bsd-3)))
+
(define-public ghc-quickcheck-unicode
(package
(name "ghc-quickcheck-unicode")
- 69/154: gnu: Add ghc-nats., (continued)
- 69/154: gnu: Add ghc-nats., Paul, 2015/10/22
- 62/154: gnu: Add ghc-tagged., Paul, 2015/10/22
- 65/154: gnu: Add ghc-unix-time., Paul, 2015/10/22
- 72/154: gnu: Add ghc-bifunctors., Paul, 2015/10/22
- 71/154: gnu: Add ghc-void., Paul, 2015/10/22
- 70/154: gnu: Add ghc-semigroups., Paul, 2015/10/22
- 73/154: gnu: Add ghc-statevar., Paul, 2015/10/22
- 75/154: gnu: Add ghc-digest., Paul, 2015/10/22
- 76/154: gnu: Add ghc-tagsoup., Paul, 2015/10/22
- 74/154: gnu: Add ghc-contravariant., Paul, 2015/10/22
- 67/154: gnu: Add ghc-quickcheck-instances.,
Paul <=
- 77/154: gnu: Add ghc-bytestring-builder., Paul, 2015/10/22
- 80/154: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/22
- 79/154: gnu: Add ghc-charset., Paul, 2015/10/22
- 84/154: gnu: Add ghc-clock-bootstrap., Paul, 2015/10/22
- 81/154: gnu: Add ghc-lifted-base., Paul, 2015/10/22
- 83/154: gnu: Add ghc-stringsearch., Paul, 2015/10/22
- 82/154: gnu: Add ghc-word8., Paul, 2015/10/22
- 85/154: gnu: Add ghc-tasty., Paul, 2015/10/22
- 87/154: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/22
- 78/154: gnu: Add ghc-fast-logger., Paul, 2015/10/22