[commit: packages/containers] develop, develop-0.6, develop-0.6-questionable, master, zip-devel: Don't have tests depend on library to avoid dep conflicts (53da0d5)
git at git.haskell.org
git at git.haskell.org
Sun Dec 20 16:20:09 UTC 2015
Repository : ssh://git@git.haskell.org/containers
On branches: develop,develop-0.6,develop-0.6-questionable,master,zip-devel
Link : http://git.haskell.org/packages/containers.git/commitdiff/53da0d55d8592d86772691322cc7eebae511e29e
>---------------------------------------------------------------
commit 53da0d55d8592d86772691322cc7eebae511e29e
Author: Johan Tibell <johan.tibell at gmail.com>
Date: Wed Apr 23 08:50:44 2014 +0200
Don't have tests depend on library to avoid dep conflicts
>---------------------------------------------------------------
53da0d55d8592d86772691322cc7eebae511e29e
containers.cabal | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/containers.cabal b/containers.cabal
index 8abca7a..640cb5e 100644
--- a/containers.cabal
+++ b/containers.cabal
@@ -211,14 +211,13 @@ Test-suite seq-properties
test-framework-quickcheck2
test-suite map-strictness-properties
- hs-source-dirs: tests
+ hs-source-dirs: tests, .
main-is: MapStrictness.hs
type: exitcode-stdio-1.0
build-depends:
base,
ChasingBottoms,
- containers,
QuickCheck >= 2.4.0.1,
test-framework >= 0.3.3,
test-framework-quickcheck2 >= 0.2.9
@@ -226,14 +225,13 @@ test-suite map-strictness-properties
ghc-options: -Wall
test-suite intmap-strictness-properties
- hs-source-dirs: tests
+ hs-source-dirs: tests, .
main-is: IntMapStrictness.hs
type: exitcode-stdio-1.0
build-depends:
base,
ChasingBottoms,
- containers,
QuickCheck >= 2.4.0.1,
test-framework >= 0.3.3,
test-framework-quickcheck2 >= 0.2.9
More information about the ghc-commits
mailing list