Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
corenlp-types
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
corenlp-types
Commits
429117fa
Verified
Commit
429117fa
authored
Dec 04, 2023
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.1.0 with fixed description
parent
32cb5099
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
corenlp-types.cabal
corenlp-types.cabal
+11
-8
No files found.
corenlp-types.cabal
View file @
429117fa
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment