Application.hs 448 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
{-|
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