[commit: bytestring] master: Fix module names of builder test (0feba45)

Ian Lynagh <[email protected]> Sat, 17 Nov 2012 05:58:11 -0800
Newsgroups gmane.comp.lang.haskell.cvs.libraries
Message-ID <[email protected]>
Repository : ssh://darcs.haskell.org//srv/darcs/packages/bytestring

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/0feba4589e61cd4556dd45a488eba14686efdd31

>---------------------------------------------------------------

commit 0feba4589e61cd4556dd45a488eba14686efdd31
Author: Duncan Coutts <[email protected]>
Date:   Thu Sep 20 09:10:17 2012 +0000

    Fix module names of builder test

>---------------------------------------------------------------

 bytestring.cabal |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bytestring.cabal b/bytestring.cabal
index 03a1b40..c408254 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -142,10 +142,10 @@ test-suite test-builder
   type:             exitcode-stdio-1.0
   hs-source-dirs:   . tests tests/builder
   main-is:          TestSuite.hs
-  other-modules:    Data.ByteString.Lazy.Builder.Tests
-                    Data.ByteString.Lazy.Builder.BasicEncoding.Tests
-                    Data.ByteString.Lazy.Builder.BasicEncoding.TestUtils
-                    Data.ByteString.Lazy.Builder.BasicEncoding.Extras
+  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,