name: dynamic-state version: 0.1.0.2 synopsis: Optionally serializable dynamic state keyed by type description: Optionally serializable dynamic state keyed by type license: BSD3 license-file: LICENSE author: Carter Charbonneau maintainer: zcarterc@gmail.com category: Yi, Data build-type: Simple cabal-version: >=1.10 library ghc-options: -Wall exposed-modules: Data.DynamicState Data.DynamicState.Serializable build-depends: base >=4.5 && <5 , binary , bytestring , concrete-typerep >= 0.1.0.2 && < 0.1.1 , unordered-containers , hashable hs-source-dirs: src default-language: Haskell2010 source-repository head type: git location: https://github.com/yi-editor/dynamic-state.git