hist-pl-types-0.1.0: hist-pl-types.cabal
name: hist-pl-types
version: 0.1.0
synopsis: Types in the historical dictionary of Polish
description:
The library provides a data type hierarchy which mirrors the hierarchy
of elements present in the original, LMF 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/types
build-type: Simple
library
hs-source-dirs: src
exposed-modules: NLP.HistPL.Types
build-depends: base >= 4 && < 5
, text
, binary
, text-binary >= 0.1 && < 0.2
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/kawu/hist-pl.git