Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
153
Issues
153
List
Board
Labels
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
22ab33bb
Commit
22ab33bb
authored
Oct 13, 2020
by
Nicolas Pouillard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some unnecssary language pragmas
parent
cddea288
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
1 addition
and
38 deletions
+1
-38
Orchestrator.hs
src/Gargantext/API/Admin/Orchestrator.hs
+0
-3
Flow.hs
src/Gargantext/API/Flow.hs
+0
-6
Ngrams.hs
src/Gargantext/API/Ngrams.hs
+0
-1
Public.hs
src/Gargantext/API/Public.hs
+0
-1
Routes.hs
src/Gargantext/API/Routes.hs
+0
-1
Core.hs
src/Gargantext/Core.hs
+0
-2
Contact.hs
src/Gargantext/Database/Query/Table/Node/Contact.hs
+0
-3
Error.hs
src/Gargantext/Database/Query/Table/Node/Error.hs
+0
-9
User.hs
src/Gargantext/Database/Query/Table/Node/User.hs
+0
-3
Root.hs
src/Gargantext/Database/Query/Tree/Root.hs
+1
-7
User.hs
src/Gargantext/Database/Schema/User.hs
+0
-1
Prelude.hs
src/Gargantext/Prelude.hs
+0
-1
No files found.
src/Gargantext/API/Admin/Orchestrator.hs
View file @
22ab33bb
...
@@ -9,9 +9,6 @@ Portability : POSIX
...
@@ -9,9 +9,6 @@ Portability : POSIX
-}
-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeOperators #-}
module
Gargantext.API.Admin.Orchestrator
where
module
Gargantext.API.Admin.Orchestrator
where
import
Control.Lens
hiding
(
elements
)
import
Control.Lens
hiding
(
elements
)
...
...
src/Gargantext/API/Flow.hs
View file @
22ab33bb
...
@@ -10,12 +10,6 @@ Portability : POSIX
...
@@ -10,12 +10,6 @@ Portability : POSIX
-}
-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeOperators #-}
module
Gargantext.API.Flow
module
Gargantext.API.Flow
where
where
...
...
src/Gargantext/API/Ngrams.hs
View file @
22ab33bb
...
@@ -18,7 +18,6 @@ add get
...
@@ -18,7 +18,6 @@ add get
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeFamilies #-}
...
...
src/Gargantext/API/Public.hs
View file @
22ab33bb
...
@@ -9,7 +9,6 @@ Portability : POSIX
...
@@ -9,7 +9,6 @@ Portability : POSIX
-}
-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE ScopedTypeVariables #-}
...
...
src/Gargantext/API/Routes.hs
View file @
22ab33bb
...
@@ -12,7 +12,6 @@ Portability : POSIX
...
@@ -12,7 +12,6 @@ Portability : POSIX
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE ScopedTypeVariables #-}
...
...
src/Gargantext/Core.hs
View file @
22ab33bb
...
@@ -9,8 +9,6 @@ Portability : POSIX
...
@@ -9,8 +9,6 @@ Portability : POSIX
-}
-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Core
module
Gargantext.Core
where
where
...
...
src/Gargantext/Database/Query/Table/Node/Contact.hs
View file @
22ab33bb
...
@@ -9,9 +9,6 @@ Portability : POSIX
...
@@ -9,9 +9,6 @@ Portability : POSIX
-}
-}
{-# LANGUAGE FunctionalDependencies #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Database.Query.Table.Node.Contact
module
Gargantext.Database.Query.Table.Node.Contact
where
where
...
...
src/Gargantext/Database/Query/Table/Node/Error.hs
View file @
22ab33bb
...
@@ -8,15 +8,6 @@ Stability : experimental
...
@@ -8,15 +8,6 @@ Stability : experimental
Portability : POSIX
Portability : POSIX
-}
-}
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# LANGUAGE Arrows #-}
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE FunctionalDependencies #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeFamilies #-}
module
Gargantext.Database.Query.Table.Node.Error
where
module
Gargantext.Database.Query.Table.Node.Error
where
import
Data.Text
(
Text
)
import
Data.Text
(
Text
)
...
...
src/Gargantext/Database/Query/Table/Node/User.hs
View file @
22ab33bb
...
@@ -9,9 +9,6 @@ Portability : POSIX
...
@@ -9,9 +9,6 @@ Portability : POSIX
-}
-}
{-# LANGUAGE FunctionalDependencies #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Database.Query.Table.Node.User
module
Gargantext.Database.Query.Table.Node.User
where
where
...
...
src/Gargantext/Database/Query/Tree/Root.hs
View file @
22ab33bb
...
@@ -8,13 +8,7 @@ Stability : experimental
...
@@ -8,13 +8,7 @@ Stability : experimental
Portability : POSIX
Portability : POSIX
-}
-}
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
{-# LANGUAGE Arrows #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# LANGUAGE Arrows #-}
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE FunctionalDependencies #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Database.Query.Tree.Root
module
Gargantext.Database.Query.Tree.Root
where
where
...
...
src/Gargantext/Database/Schema/User.hs
View file @
22ab33bb
...
@@ -13,7 +13,6 @@ Functions to deal with users, database side.
...
@@ -13,7 +13,6 @@ Functions to deal with users, database side.
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE FunctionalDependencies #-}
{-# LANGUAGE FunctionalDependencies #-}
{-# LANGUAGE Arrows #-}
{-# LANGUAGE Arrows #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
...
...
src/Gargantext/Prelude.hs
View file @
22ab33bb
...
@@ -11,7 +11,6 @@ Portability : POSIX
...
@@ -11,7 +11,6 @@ Portability : POSIX
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
{-# OPTIONS_GHC -fno-warn-type-defaults #-}
{-# OPTIONS_GHC -fno-warn-type-defaults #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Prelude
module
Gargantext.Prelude
(
module
Gargantext
.
Prelude
(
module
Gargantext
.
Prelude
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment