diff --git a/gargantext.cabal b/gargantext.cabal
index 9cb74f927f583f298f7574c749bdf3e062a6a64d..96cd04f1373b50cb4f9d06a4ed83f4ea8747bc97 100644
--- a/gargantext.cabal
+++ b/gargantext.cabal
@@ -5,7 +5,7 @@ cabal-version: 1.12
 -- see: https://github.com/sol/hpack
 
 name:           gargantext
-version: 0.0.6.9.8
+version:        0.0.6.9.8
 synopsis:       Search, map, share
 description:    Please see README.md
 category:       Data
@@ -45,8 +45,8 @@ library
       Gargantext.API.Node.Share
       Gargantext.API.Prelude
       Gargantext.Core
-      Gargantext.Core.Methods.Similarities
       Gargantext.Core.NLP
+      Gargantext.Core.Methods.Similarities
       Gargantext.Core.NodeStory
       Gargantext.Core.Text
       Gargantext.Core.Text.Context
diff --git a/package.yaml b/package.yaml
index 67c03ebfc780e6ead10961f388af5f6cf6c760ed..bcdaf1170e6f339eeec3dc0c10bbda5c89ab28f0 100644
--- a/package.yaml
+++ b/package.yaml
@@ -70,6 +70,7 @@ library:
   - Gargantext.API.Node.Share
   - Gargantext.API.Prelude
   - Gargantext.Core
+  - Gargantext.Core.NLP
   - Gargantext.Core.Methods.Similarities
   - Gargantext.Core.NodeStory
   - Gargantext.Core.Text