diff --git a/Data/RefSerialize.hs b/Data/RefSerialize.hs
--- a/Data/RefSerialize.hs
+++ b/Data/RefSerialize.hs
@@ -1,6 +1,7 @@
 {-# OPTIONS -fglasgow-exts -fallow-undecidable-instances -fallow-overlapping-instances  #-}
 module Data.RefSerialize 
-(   module Data.Parser  -- export the complete set of Parsec.Token parsers adapted for composing readp parsers
+(    --module Data.Serialize
+     module Data.Parser  -- export the complete set of Parsec.Token parsers adapted for composing readp parsers
     ,Serialize(
         showp  -- :: c -> ST String  -- shows the content of a expression, must be user defined
    
diff --git a/RefSerialize.cabal b/RefSerialize.cabal
--- a/RefSerialize.cabal
+++ b/RefSerialize.cabal
@@ -1,5 +1,5 @@
 name:                RefSerialize
-version:             0.2.2
+version:             0.2.3
 synopsis:            Write to and read from Strings maintaining internal memory references 
 description:         
                      Read, Show and Data.Binary do not check for pointers to the same address 
@@ -36,5 +36,5 @@
 build-Depends:       base,containers
 Cabal-Version:       >= 1.2
 
-exposed-modules:     Data.RefSerialize, Data.Parser
+exposed-modules:     Data.RefSerialize, Data.Parser, Data.Serialize
 ghc-options:         
