[DBFLOW] getViewDocument + uniqIdBdd (enables duplicatas from different Database...
[gargantext.git] / src / Gargantext / API / Auth.hs
index 936fad2c95343e260a34a61163e9ae706cd5932e..0bb4b5fde8bb64816c37bd0b793137c856365e5a 100644 (file)
@@ -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