Repository : ssh://darcs.haskell.org//srv/darcs/packages/bytestring On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/1f0f3f61dedd3fef6b6edb7599568180c9a00406 >--------------------------------------------------------------- commit 1f0f3f61dedd3fef6b6edb7599568180c9a00406 Author: Duncan Coutts <[email protected]> Date: Thu Sep 6 01:31:17 2012 +0000 Add all other-modules for the testsuites >--------------------------------------------------------------- bytestring.cabal | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/bytestring.cabal b/bytestring.cabal index 30f3cf0..ca471c8 100644 --- a/bytestring.cabal +++ b/bytestring.cabal @@ -114,6 +114,9 @@ library test-suite prop-compiled type: exitcode-stdio-1.0 main-is: Properties.hs + other-modules: Rules + QuickCheckUtils + TestFramework hs-source-dirs: . tests build-depends: base, ghc-prim, deepseq, random, directory, QuickCheck >= 2.3 && < 3 @@ -133,6 +136,11 @@ test-suite test-builder type: exitcode-stdio-1.0 hs-source-dirs: . tests tests/builder main-is: TestSuite.hs + other-modules: Data.ByteString.Builder.Tests + Data.ByteString.Builder.Prim.Tests + Data.ByteString.Builder.Prim.TestUtils + Data.ByteString.Builder.Prim.Extra + TestFramework build-depends: base, ghc-prim, deepseq, _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
