dictionaries-0.1.0.0: dictionaries.cabal
name: dictionaries
version: 0.1.0.0
synopsis: Tools to handle StarDict dictionaries.
-- description:
license: BSD3
license-file: LICENSE
author: Al Zohali
maintainer: zohl@fmap.me
-- copyright:
category: Text
build-type: Simple
cabal-version: >=1.10
flag dev
description: Turn on development settings.
manual: True
default: False
source-repository head
type: git
location: https://github.com/zohl/dictionaries.git
library
exposed-modules:
NLP.Dictionary
NLP.Dictionary.StarDict
NLP.Dictionary.StarDict.InMemory
build-depends: base >=4.8 && <5.0
, attoparsec >= 0.13.0 && < 0.14
, binary >= 0.7.5 && < 0.8
, bytestring >= 0.10.6 && < 0.11
, containers >= 0.5.6 && < 0.6
, data-default >= 0.7.1 && < 0.8
, directory >= 1.2.2 && < 1.3
, exceptions >= 0.8.3 && < 0.9
, filepath >= 1.4.0 && < 1.5
, text >= 1.2.2 && < 1.3
, time >= 1.5.0 && < 1.6
, zlib >= 0.6.1 && < 0.7
hs-source-dirs: src
default-language: Haskell2010