[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/33: gnu: ghc-fingertree: Run tests.
From: |
Tobias Geerinckx-Rice |
Subject: |
24/33: gnu: ghc-fingertree: Run tests. |
Date: |
Tue, 5 Dec 2017 10:38:17 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit ffe8c06e89c9703cad4bdd1dde363042125f1cad
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Dec 3 19:24:33 2017 +0100
gnu: ghc-fingertree: Run tests.
* gnu/packages/haskell.scm (ghc-fingertree)[arguments]: Delete to run tests.
[native-inputs]: Add ghc-hunit, ghc-quickcheck, ghc-test-framework,
ghc-test-framework-hunit, and ghc-test-framework-quickcheck2.
---
gnu/packages/haskell.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index e483960..9e58a6a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3584,7 +3584,12 @@ will eventually deliver a value of type @code{a}.")
(base32
"1ryjj7qrx70ckcjlr02x9zh86kfp76azbxq05r7hawqkaqg44sfs"))))
(build-system haskell-build-system)
- (arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
+ (native-inputs
+ `(("ghc-hunit" ,ghc-hunit)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-test-framework" ,ghc-test-framework)
+ ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
+ ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
(home-page "https://hackage.haskell.org/package/fingertree")
(synopsis "Generic finger-tree structure")
(description "This library provides finger trees, a general sequence
- 31/33: gnu: ghc-comonad: Run tests., (continued)
- 31/33: gnu: ghc-comonad: Run tests., Tobias Geerinckx-Rice, 2017/12/05
- 13/33: gnu: ghc-contravariant: Update to 1.4., Tobias Geerinckx-Rice, 2017/12/05
- 19/33: gnu: ghc-exceptions: Update to 0.8.3., Tobias Geerinckx-Rice, 2017/12/05
- 21/33: gnu: ghc-executable-path: Update to 0.0.3.1., Tobias Geerinckx-Rice, 2017/12/05
- 16/33: gnu: ghc-directory: Update to 1.3.1.5., Tobias Geerinckx-Rice, 2017/12/05
- 33/33: gnu: libvirt: Update to 3.10.0., Tobias Geerinckx-Rice, 2017/12/05
- 27/33: gnu: ghc-glob: Update to 0.9.1., Tobias Geerinckx-Rice, 2017/12/05
- 17/33: gnu: ghc-dlist: Update to 0.8.0.3., Tobias Geerinckx-Rice, 2017/12/05
- 22/33: gnu: ghc-fgl-arbitrary: Update to 0.2.0.3., Tobias Geerinckx-Rice, 2017/12/05
- 30/33: gnu: ghc-half: Update to 0.2.2.3., Tobias Geerinckx-Rice, 2017/12/05
- 24/33: gnu: ghc-fingertree: Run tests.,
Tobias Geerinckx-Rice <=
- 14/33: gnu: ghc-cookie: Update to 0.4.3., Tobias Geerinckx-Rice, 2017/12/05
- 25/33: gnu: ghc-foldl: Update to 1.3.5., Tobias Geerinckx-Rice, 2017/12/05
- 28/33: gnu: ghc-glob: Mark up description., Tobias Geerinckx-Rice, 2017/12/05