sourcephile
/
git
/
gargantext.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[DBFLOW] getViewDocument + uniqIdBdd (enables duplicatas from different Database...
[gargantext.git]
/
src
/
Gargantext
/
API
/
Auth.hs
diff --git
a/src/Gargantext/API/Auth.hs
b/src/Gargantext/API/Auth.hs
index 936fad2c95343e260a34a61163e9ae706cd5932e..0bb4b5fde8bb64816c37bd0b793137c856365e5a 100644
(file)
--- a/
src/Gargantext/API/Auth.hs
+++ b/
src/Gargantext/API/Auth.hs
@@
-19,8
+19,10
@@
Main authorisation of Gargantext are managed in this module
-}
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
-{-# LANGUAGE DataKinds #-}
-{-# LANGUAGE TemplateHaskell #-}
+
+{-# LANGUAGE NoImplicitPrelude #-}
+{-# LANGUAGE DataKinds #-}
+{-# LANGUAGE TemplateHaskell #-}
module Gargantext.API.Auth
where