sourcephile
/
git
/
gargantext.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[VERSION] +1 to 0.0.1.9.5
[gargantext.git]
/
bin
/
gargantext-server
/
Main.hs
diff --git
a/bin/gargantext-server/Main.hs
b/bin/gargantext-server/Main.hs
index e42bd95f5ef25c20a1359e4c90ffb7bc6d161709..ebe5ec6a88ff151973464b849a3a95a8cd4bd667 100644
(file)
--- a/
bin/gargantext-server/Main.hs
+++ b/
bin/gargantext-server/Main.hs
@@
-11,9
+11,10
@@
Script to start gargantext with different modes (Dev, Prod, Mock).
-}
-{-# LANGUAGE StandaloneDeriving #-}
-{-# LANGUAGE TypeOperators #-}
-{-# LANGUAGE Strict #-}
+{-# LANGUAGE StandaloneDeriving #-}
+{-# LANGUAGE TypeOperators #-}
+{-# LANGUAGE Strict #-}
+{-# OPTIONS_GHC -fno-warn-orphans #-}
module Main where