packages feed

polimorf-0.7.0: polimorf.cabal

name:               polimorf
version:            0.7.0
synopsis:           Working with the PoliMorf dictionary
description:
    The library provides functionality for manipulating PoliMorf, the
    morphological dictionary for 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/polimorf
build-type:         Simple

library
    build-depends:
        base >= 4 && < 5
      , containers
      , text
      , binary
      , text-binary >= 0.1 && < 0.2
      , dawg >= 0.9 && < 0.10

    exposed-modules:
        Data.PoliMorf

    ghc-options: -Wall

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