0.1.0 with fixed description

parent 32cb5099
......@@ -26,7 +26,10 @@ version: 0.1.0.0
synopsis: Types for interaction with CoreNLP
-- A longer description of the package.
-- description:
description:
This library introduces types that make it easier to work with [CorenNLP](https://stanfordnlp.github.io/CoreNLP/) server responses (JSON).
It is mostly a fork of [`corenlp-parser`](https://hackage.haskell.org/package/corenlp-parser-0.4.0.0) however without the rockdb dependency.
-- URL for the project homepage or repository.
homepage: https://gitlab.iscpif.fr/gargantext/corenlp-types
......@@ -72,9 +75,9 @@ library
-- Other library packages from which modules are imported.
build-depends: base >=4.14 && < 5
, aeson
, containers
, text
, aeson >= 1.5 && < 2.5
, containers >= 0.6.5 && < 0.7
, text >= 1.2.4 && < 1.3
-- Directories containing source files.
hs-source-dirs: src
......@@ -86,13 +89,13 @@ test-suite test
main-is: test.hs
type: exitcode-stdio-1.0
hs-source-dirs: tests
build-depends: base
, aeson
, bytestring
build-depends: base >= 4.14 && < 5
, aeson >= 1.5 && < 2.5
, bytestring >= 0.10 && < 0.13
, corenlp-types
, HUnit ^>= 1.6.2.0
, raw-strings-qq ^>= 1.1
, tasty ^>= 1.5
, tasty-hunit ^>= 0.10.1
, text
, text >= 1.2.4 && < 1.3
default-language: Haskell2010
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment