Application.hs 448 Bytes
{-|
Module      : Gargantext.API.Application
Description : Application of the API
Copyright   : (c) CNRS, 2017-Present
License     : AGPL + CECILL v3
Maintainer  : team@gargantext.org
Stability   : experimental
Portability : POSIX

Inspired by : http://blog.wuzzeb.org/full-stack-web-haskell/server.html

-}

{-# OPTIONS_GHC -fno-warn-name-shadowing #-}

{-# LANGUAGE OverloadedStrings           #-}

module Gargantext.API.Application
    where