name: graph-serialize version: 0.2 license: BSD3 license-file: LICENSE author: Thomas Schilling maintainer: Thomas Schilling homepage: http://github.com/nominolo/graph-serialize bug-reports: http://github.com/nominolo/graph-serialize/issues synopsis: Serialization of data structures with references. description: Serialization of data structures with references. category: System stability: provisional build-type: Simple cabal-version: >= 1.6 extra-source-files: changelog source-repository head type: git location: git://github.com/nominolo/graph-serialize.git library build-depends: base >= 4 && < 5, containers >= 0.1 && < 0.6, bytestring >= 0.10 && < 0.11, array < 0.6 exposed-modules: Data.Serialize.References