]> Git — Sourcephile - gargantext.git/blob - src/Gargantext/Text/Crawlers.hs
[NAMING] renaming test function.
[gargantext.git] / src / Gargantext / Text / Crawlers.hs
1 {-|
2 Module : Gargantext.Text.Crawlers
3 Description : All crawlers of Gargantext in one file.
4 Copyright : (c) CNRS, 2017
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
8 Portability : POSIX
9
10 -}
11
12 {-# LANGUAGE NoImplicitPrelude #-}
13 {-# LANGUAGE OverloadedStrings #-}
14
15 module Gargantext.Text.Crawlers
16 where
17
18 --import Gargantext.Prelude
19 --import qualified PUBMED as PubMed
20
21