packages feed

MoeDict-0.0.2: MoeDict.cabal

name: MoeDict
version: 0.0.2
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: Text
build-type: Simple

library
    build-depends: base >= 2 && < 5, aeson, text, unordered-containers, bytestring, containers
    extensions: OverloadedStrings, GeneralizedNewtypeDeriving, TemplateHaskell
                NamedFieldPuns, RecordWildCards, FlexibleInstances
    hs-source-dirs: .
    exposed-modules: Text.MoeDict

source-repository head
    type: git
    location: git://github.com/audreyt/MoeDict.git