packages feed

hist-pl-lexicon-0.5.0: hist-pl-lexicon.cabal

name:               hist-pl-lexicon
version:            0.5.0
synopsis:           A binary representation of the historical dictionary of Polish
description:
    The library provides a binary representation of the historical
    dictionary of Polish.
license:            BSD3
license-file:       LICENSE
cabal-version:      >= 1.6
copyright:          Copyright (c) 2012 IPI PAN
author:             Jakub Waszczuk
maintainer:         waszczuk.kuba@gmail.com
stability:          experimental
category:           Natural Language Processing
homepage:           https://github.com/kawu/hist-pl/tree/master/lexicon
build-type:         Simple

library
  hs-source-dirs:   src
  exposed-modules:    NLP.HistPL.Util
                    , NLP.HistPL.Lexicon
  other-modules:      NLP.HistPL.Binary
                    , NLP.HistPL.Binary.Util
  build-depends:      base >= 4 && < 5 
                    , containers
                    , binary
                    , text
                    , directory
                    , filepath
                    , transformers
                    , lazy-io >= 0.1 && < 0.2
                    , dawg >= 0.9 && < 0.10
                    , hist-pl-types >= 0.1 && < 0.2
                    , hist-pl-dawg >= 0.1 && < 0.2

  ghc-options: -Wall

source-repository head
    type: git
    location: https://github.com/kawu/hist-pl.git