]> Git — Sourcephile - gargantext.git/blob - src/Gargantext/API/Application.hs
[PARSERS] refactoring.
[gargantext.git] / src / Gargantext / API / Application.hs
1 {-|
2 Module : Gargantext.API.Application
3 Description : Application of the API
4 Copyright : (c) CNRS, 2017-Present
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
8 Portability : POSIX
9
10 Inspired by : http://blog.wuzzeb.org/full-stack-web-haskell/server.html
11
12 -}
13
14 {-# OPTIONS_GHC -fno-warn-name-shadowing #-}
15
16 {-# LANGUAGE OverloadedStrings #-}
17
18 module Gargantext.API.Application
19 where
20
21
22