Build only Langs which are fully supported
[gargantext.git] / src / Gargantext.hs
index c272274e43636f4e0249c4372a1a99aa327f344f..4fc710c5f4ece68990e2e1b4324125334c0dae18 100644 (file)
@@ -1,9 +1,26 @@
-module Gargantext (
-                     module Gargantext.Database,
---                     module Gargantext.Ngrams,
---                     module Gargantext.Utils,
-                    ) where
+{-|
+Module      : Gargantext
+Description : Textmining Collaborative Platform
+Copyright   : (c) CNRS, 2017-Present
+License     : AGPL + CECILL v3
+Maintainer  : team@gargantext.org
+Stability   : experimental
+Portability : POSIX
 
+@Gargantext@: search, map, share
+-}
+
+module Gargantext ( module Gargantext.API
+                  , module Gargantext.Core
+                  , module Gargantext.Database
+                  , module Gargantext.Prelude
+                  , module Gargantext.Text
+--                  , module Gargantext.Viz
+                  ) where
+
+import Gargantext.API
+import Gargantext.Core
 import Gargantext.Database
--- import Gargantext.Ngrams
--- import Gargantext.Utils
+import Gargantext.Prelude
+import Gargantext.Text
+--import Gargantext.Viz