name: MoeDict version: 0.0.1 license: PublicDomain cabal-version: >= 1.6 author: Audrey Tang maintainer: audreyt@audreyt.org homepage: https://github.com/audreyt/MoeDict.hs synopsis: Utilities working with MoeDict.tw JSON dataset description: Utilities working with MoeDict.tw JSON dataset category: Data build-type: Simple library build-depends: base >= 2 && < 5, aeson, text, unordered-containers, bytestring, base16-bytestring extensions: OverloadedStrings, GeneralizedNewtypeDeriving, TemplateHaskell NamedFieldPuns, RecordWildCards hs-source-dirs: . exposed-modules: Text.MoeDict source-repository head type: git location: git://github.com/audreyt/MoeDict.git