Skip to content
Snippets Groups Projects
Commit b9a387bb authored by Alfredo Di Napoli's avatar Alfredo Di Napoli
Browse files

Add patches-map to garg-test deps

parent d9ff9a1b
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
...@@ -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
......
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment