Repository : ssh://darcs.haskell.org//srv/darcs/packages/bytestring On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/136ffa9b9b338af16d436eec465dfe50881c639b >--------------------------------------------------------------- commit 136ffa9b9b338af16d436eec465dfe50881c639b Author: Duncan Coutts <[email protected]> Date: Wed Sep 5 01:50:57 2012 +0000 Expose the Data.ByteString.Builder.Prim module >--------------------------------------------------------------- bytestring.cabal | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/bytestring.cabal b/bytestring.cabal index cdf777f..393b19d 100644 --- a/bytestring.cabal +++ b/bytestring.cabal @@ -73,16 +73,12 @@ library Data.ByteString.Builder Data.ByteString.Builder.Extra + Data.ByteString.Builder.Prim other-modules: Data.ByteString.Builder.ASCII - -- these three modules should be exposed in a future - -- release once we're confident the API is stable. Data.ByteString.Builder.Internal - Data.ByteString.Builder.Prim - Data.ByteString.Builder.Prim.Extra Data.ByteString.Builder.Prim.Internal - Data.ByteString.Builder.Prim.Binary Data.ByteString.Builder.Prim.ASCII Data.ByteString.Builder.Prim.Internal.Floating _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
