hetero-dict-0.1.1.0: hetero-dict.cabal
name: hetero-dict
version: 0.1.1.0
synopsis: Fast heterogeneous data structures
description: Fast heterogeneous data structures
license: MIT
license-file: LICENSE
author: Hirotomo Moriwaki <philopon.dependence@gmail.com>,
Winterland <drkoster@qq.com>
maintainer: drkoster@qq.com
copyright: (c) 2014-2015 Hirotomo Moriwaki, 2016 Winterland
category: Data
build-type: Simple
extra-source-files: ChangeLog.md, README.md, bench/ProxySymbolTH.hs
cabal-version: >=1.10
library
exposed-modules: Data.Hetero.Dict
, Data.Hetero.DynDict
, Data.Hetero.KVList
build-depends: base >=4.7 && <5.0
, primitive >=0.5 && <0.7
, template-haskell >=2.9 && <2.12
, aeson >=0.7
, unordered-containers >=0.2.5
, text >=1.1
ghc-options: -Wall -O2
default-language: Haskell2010
benchmark criterion
build-depends: base, deepseq, template-haskell, vinyl ==0.5.2, hvect, hetero-dict, criterion == 1.1.*
default-language: Haskell2010
hs-source-dirs: bench
main-is: Bench.hs
type: exitcode-stdio-1.0
ghc-options: -O2
source-repository head
type: git
location: https://github.com/winterland1989/hetero-dict.git