]> Git — Sourcephile - gargantext.git/blob - src/Gargantext.hs
[refactoring] add some default extensions to package.yaml
[gargantext.git] / src / Gargantext.hs
1 {-|
2 Module : Gargantext
3 Description : Textmining Collaborative Platform
4 Copyright : (c) CNRS, 2017-Present
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
8 Portability : POSIX
9
10 @Gargantext@: search, map, share
11 -}
12
13
14 module Gargantext ( module Gargantext.API
15 , module Gargantext.Core
16 , module Gargantext.Database
17 , module Gargantext.Prelude
18 , module Gargantext.Text
19 -- , module Gargantext.Viz
20 ) where
21
22 import Gargantext.API
23 import Gargantext.Core
24 import Gargantext.Database
25 import Gargantext.Prelude
26 import Gargantext.Text
27 --import Gargantext.Viz