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
b9a387bb
Commit
b9a387bb
authored
Jun 05, 2023
by
Alfredo Di Napoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add patches-map to garg-test deps
parent
d9ff9a1b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
gargantext.cabal
gargantext.cabal
+1
-0
package.yaml
package.yaml
+1
-0
Query.hs
src-test/Ngrams/Query.hs
+0
-1
No files found.
gargantext.cabal
View file @
b9a387bb
...
...
@@ -902,6 +902,7 @@ test-suite garg-test
, hspec
, parsec
, patches-class
, patches-map
, quickcheck-instances
, tasty
, tasty-hunit
...
...
package.yaml
View file @
b9a387bb
...
...
@@ -521,6 +521,7 @@ tests:
-
time
-
parsec
-
patches-class
-
patches-map
-
duckling
-
tasty
-
tasty-hunit
...
...
src-test/Ngrams/Query.hs
View file @
b9a387bb
...
...
@@ -6,7 +6,6 @@ import Control.Monad
import
Data.Coerce
import
Data.Map.Strict
(
Map
)
import
Data.Monoid
import
Gargantext.API.Ngrams.Types
(
mSetFromList
)
import
Gargantext.API.Ngrams
import
Gargantext.API.Ngrams.Types
import
Gargantext.Core.Types.Main
...
...
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