data-named-0.6.2: data-named.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 23b5a0797e6af3d7628e695ce2f4d21b4d0ce1c515c5a9419551ccca0db6834e
name: data-named
version: 0.6.2
synopsis: Data types for named entities
description: Please see the README on GitHub at <https://github.com/kawu/data-named#readme>
category: Natural Language Processing
homepage: https://github.com/kawu/data-named#readme
bug-reports: https://github.com/kawu/data-named/issues
author: Jakub Waszczuk
maintainer: waszczuk.kuba@gmail.com
copyright: 2012-2019 IPI PAN, Jakub Waszczuk
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/kawu/data-named
library
exposed-modules:
Data.Named.DAG
Data.Named.Graph
Data.Named.IOB
Data.Named.Tree
Text.Named.Enamex
other-modules:
Paths_data_named
hs-source-dirs:
src
build-depends:
attoparsec >=0.12 && <0.14
, base >=4.8 && <5
, binary >=0.7 && <0.9
, containers >=0.5 && <0.7
, text >=1.1 && <1.3
default-language: Haskell2010