Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
153
Issues
153
List
Board
Labels
Milestones
Merge Requests
9
Merge Requests
9
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
haskell-gargantext
Commits
e30d8cb7
Verified
Commit
e30d8cb7
authored
Aug 09, 2023
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 244-dev-cabal-dependencies-versions
parents
5d0461e3
bec99432
Pipeline
#4499
failed with stages
in 11 minutes and 52 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
3 deletions
+26
-3
CHANGELOG.md
CHANGELOG.md
+6
-0
CONTRIBUTING.md
CONTRIBUTING.md
+9
-1
gargantext.cabal
gargantext.cabal
+11
-2
No files found.
CHANGELOG.md
View file @
e30d8cb7
## Version 0.0.6.9.9.7.5.1
*
[
BACK
][
FIX
][
[Corpus HAL API
]
Abstract in both languages FR+EN instead of only 1 language (#244)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/244)
*
[
FRONT
][
FIX
]
Commenting APIs that are not fully operational yet
## Version 0.0.6.9.9.7.5
*
[
BACK
][
FEAT
][
DB queries testing coverage (#226)
](
https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/226
)
...
...
CONTRIBUTING.md
View file @
e30d8cb7
...
...
@@ -6,9 +6,17 @@ We use Git to share and merge our code.
## Style
We are using the common Haskell Style:
We are using the common Haskell Style:
https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md
## Code Of Conduct
Be constructive as sharing our code of conduct
## Chat with us
We are on IRC:
[
irc.oftc.net, channel #gargantext
](
ircs://irc.oftc.net:6697/#gargantext
)
You can join via Matrix, just search for: #_oftc_#gargantext:matrix.org
You can also join via XMPP:
<xmpp://#gargantext%irc.oftc.net@irc.jabberfr.org?join>
gargantext.cabal
View file @
e30d8cb7
...
...
@@ -5,7 +5,7 @@ cabal-version: 2.0
-- see: https://github.com/sol/hpack
name: gargantext
version:
0.0.6.9.9.7.5
version:
0.0.6.9.9.7.5.1
synopsis: Search, map, share
description: Please see README.md
category: Data
...
...
@@ -113,6 +113,7 @@ library
Gargantext.Database.Prelude
Gargantext.Database.Query.Table.NgramsPostag
Gargantext.Database.Query.Table.Node
Gargantext.Database.Query.Table.Node.Error
Gargantext.Database.Query.Table.Node.UpdateOpaleye
Gargantext.Database.Query.Table.User
Gargantext.Database.Schema.Ngrams
...
...
@@ -317,7 +318,6 @@ library
Gargantext.Database.Query.Table.Node.Contact
Gargantext.Database.Query.Table.Node.Document.Add
Gargantext.Database.Query.Table.Node.Document.Insert
Gargantext.Database.Query.Table.Node.Error
Gargantext.Database.Query.Table.Node.Select
Gargantext.Database.Query.Table.Node.Update
Gargantext.Database.Query.Table.Node.User
...
...
@@ -935,15 +935,23 @@ test-suite garg-test
, gargantext
, gargantext-prelude
, hspec ^>= 2.7.10
, hspec-expectations >= 0.8 && < 0.9
, http-client ^>= 0.6.4.1
, http-client-tls ^>= 0.3.5.3
, lens >= 5.2.2 && < 5.3
, monad-control >= 1.0.3 && < 1.1
, mtl ^>= 2.2.2
, parsec ^>= 3.1.14.0
, patches-class ^>= 0.1.0.1
, patches-map ^>= 0.1.0.1
, postgres-options >= 0.2 && < 0.3
, postgresql-simple >= 0.6.4 && < 0.7
, quickcheck-instances ^>= 0.3.25.2
, raw-strings-qq
, recover-rtti >= 0.4 && < 0.5
, resource-pool >= 0.2.3.2 && < 0.2.4
, servant-job
, shelly >= 1.9 && < 2
, stm ^>= 2.5.0.1
, tasty ^>= 1.4.2.1
, tasty-hspec
...
...
@@ -951,6 +959,7 @@ test-suite garg-test
, tasty-quickcheck
, text ^>= 1.2.4.1
, time ^>= 1.9.3
, tmp-postgres >= 1.34.1 && < 1.35
, unordered-containers ^>= 0.2.16.0
, validity ^>= 0.11.0.1
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