packages feed

RefSerialize 0.2.2 → 0.2.3

raw patch · 2 files changed

+4/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Data/RefSerialize.hs view
@@ -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    
RefSerialize.cabal view
@@ -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: