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
195
Issues
195
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
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
Show 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
...
@@ -902,6 +902,7 @@ test-suite garg-test
, hspec
, hspec
, parsec
, parsec
, patches-class
, patches-class
, patches-map
, quickcheck-instances
, quickcheck-instances
, tasty
, tasty
, tasty-hunit
, tasty-hunit
...
...
package.yaml
View file @
b9a387bb
...
@@ -521,6 +521,7 @@ tests:
...
@@ -521,6 +521,7 @@ tests:
-
time
-
time
-
parsec
-
parsec
-
patches-class
-
patches-class
-
patches-map
-
duckling
-
duckling
-
tasty
-
tasty
-
tasty-hunit
-
tasty-hunit
...
...
src-test/Ngrams/Query.hs
View file @
b9a387bb
...
@@ -6,7 +6,6 @@ import Control.Monad
...
@@ -6,7 +6,6 @@ import Control.Monad
import
Data.Coerce
import
Data.Coerce
import
Data.Map.Strict
(
Map
)
import
Data.Map.Strict
(
Map
)
import
Data.Monoid
import
Data.Monoid
import
Gargantext.API.Ngrams.Types
(
mSetFromList
)
import
Gargantext.API.Ngrams
import
Gargantext.API.Ngrams
import
Gargantext.API.Ngrams.Types
import
Gargantext.API.Ngrams.Types
import
Gargantext.Core.Types.Main
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