Repository : ssh://darcs.haskell.org//srv/darcs/packages/bytestring On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4ec8ea649cfbffc5e60ec230c850b37cdef94ab7 >--------------------------------------------------------------- commit 4ec8ea649cfbffc5e60ec230c850b37cdef94ab7 Author: Duncan Coutts <[email protected]> Date: Thu Sep 20 08:05:20 2012 +0000 Retrospective 0.10.0.1 release >--------------------------------------------------------------- bytestring.cabal | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bytestring.cabal b/bytestring.cabal index a4f65d0..9228639 100644 --- a/bytestring.cabal +++ b/bytestring.cabal @@ -1,5 +1,5 @@ Name: bytestring -Version: 0.10.1.0 +Version: 0.10.0.0 Synopsis: Fast, compact, strict and lazy byte strings with a list interface Description: An efficient compact, immutable byte string type (both strict and lazy) @@ -136,10 +136,10 @@ 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 + 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 TestFramework build-depends: base, ghc-prim, _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
