Name: roundtrip-string Version: 0.1.0.0 Synopsis: Bidirectional (de-)serialization Description: Roundtrip allows the definition of bidirectional (de-)serialization specifications. This package provides concrete implementations of these specifications for parsing/pretty-printing strings. . See the roundtrip package for more details. License: BSD3 License-file: LICENSE Author: Stefan Wehr , David Leuschner Maintainer: Stefan Wehr , Category: Text Build-type: Simple Cabal-version: >=1.8 Library Hs-Source-Dirs: src Exposed-modules: Text.Roundtrip.Parser , Text.Roundtrip.Printer Build-depends: base == 4.* , mtl >= 1.1.1.1 , parsec == 3.1.* , roundtrip == 0.2.*