[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/40: gnu: Add ghc-chell.
From: |
Leo Famulari |
Subject: |
34/40: gnu: Add ghc-chell. |
Date: |
Fri, 23 Sep 2016 00:10:19 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 8ea94489fd954960acb2edc269b7cb88a3a38bae
Author: ng0 <address@hidden>
Date: Sun Sep 18 16:10:14 2016 +0000
gnu: Add ghc-chell.
* gnu/packages/haskell.scm (ghc-chell): New variables.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/haskell.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 51cfa74..39a2312 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7250,4 +7250,33 @@ spirit to POSIX shells. Shelly is originally forked
from the Shellish package.
easily work with command-line options.")
(license license:expat)))
+(define-public ghc-chell
+ (package
+ (name "ghc-chell")
+ (version "0.4.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/chell/chell-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0lb95abzxl4a87nfqxsxpb3a39pd52cci43hcvj8615hyhqvs2jz"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-options-bootstrap" ,ghc-options-bootstrap)
+ ("ghc-patience" ,ghc-patience)
+ ("ghc-random" ,ghc-random)
+ ("ghc-text" ,ghc-text)
+ ("ghc-ansi-terminal" ,ghc-ansi-terminal)))
+ (home-page "https://john-millikin.com/software/chell/")
+ (synopsis "Simple and intuitive library for automated testing")
+ (description
+ "Chell is a simple and intuitive library for automated testing.
+It natively supports assertion-based testing, and can use companion
+libraries such as @code{chell-quickcheck} to support more complex
+testing strategies.")
+ (license license:expat)))
+
;;; haskell.scm ends here
- 33/40: gnu: Add ghc-options-bootstrap., (continued)
- 33/40: gnu: Add ghc-options-bootstrap., Leo Famulari, 2016/09/22
- 22/40: gnu: Add ghc-process., Leo Famulari, 2016/09/22
- 14/40: gnu: Add ghc-tar., Leo Famulari, 2016/09/22
- 25/40: gnu: Add ghc-fgl-arbitrary., Leo Famulari, 2016/09/22
- 27/40: gnu: Add ghc-array., Leo Famulari, 2016/09/22
- 17/40: gnu: Add ghc-patience., Leo Famulari, 2016/09/22
- 18/40: gnu: Add ghc-monads-tf., Leo Famulari, 2016/09/22
- 24/40: gnu: ghc-fgl: Update to 5.5.3.0., Leo Famulari, 2016/09/22
- 15/40: gnu: Add ghc-transformers., Leo Famulari, 2016/09/22
- 16/40: gnu: Add ghc-findbin., Leo Famulari, 2016/09/22
- 34/40: gnu: Add ghc-chell.,
Leo Famulari <=
- 30/40: gnu: Add ghc-system-filepath-bootstrap., Leo Famulari, 2016/09/22
- 36/40: gnu: Add ghc-chell-quickcheck., Leo Famulari, 2016/09/22
- 38/40: gnu: Add ghc-system-filepath., Leo Famulari, 2016/09/22
- 35/40: gnu: Add ghc-chell-quickcheck-bootstrap., Leo Famulari, 2016/09/22
- 37/40: gnu: Add ghc-options., Leo Famulari, 2016/09/22
- 28/40: gnu: Add ghc-constraints., Leo Famulari, 2016/09/22
- 26/40: gnu: Add ghc-graphviz., Leo Famulari, 2016/09/22
- 31/40: gnu: Add ghc-system-fileio-bootstrap., Leo Famulari, 2016/09/22
- 40/40: gnu: Add ghc-transformers-0.4.2.0., Leo Famulari, 2016/09/22
- 39/40: gnu: Add ghc-system-fileio., Leo Famulari, 2016/09/22