1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
name: dynamic-state
version: 0.3.1
synopsis: Optionally serializable dynamic state keyed by type
description: Optionally serializable dynamic state keyed by type
license: GPL-2
license-file: LICENSE
author: Carter Charbonneau
maintainer: zcarterc@gmail.com
category: Yi, Data
build-type: Simple
cabal-version: >=1.10
library
ghc-options: -Wall -ferror-spans
exposed-modules:
Data.ConcreteTypeRep
Data.DynamicState
Data.DynamicState.Serializable
build-depends:
base >=4.6 && <5.0
, binary
, bytestring
, unordered-containers
, hashable
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/yi-editor/dynamic-state.git
|