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
160
Issues
160
List
Board
Labels
Milestones
Merge Requests
14
Merge Requests
14
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
3000e4b7
Verified
Commit
3000e4b7
authored
Jul 30, 2024
by
Przemyslaw Kaminski
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[refactor] remove unnecessary LANGUAGE pragmas
Also, fix for notifications throttle delay value
parent
efc0fe8e
Changes
68
Hide whitespace changes
Inline
Side-by-side
Showing
68 changed files
with
18 additions
and
156 deletions
+18
-156
Main.hs
bench/Main.hs
+1
-1
Common.hs
bin/gargantext-cli/CLI/Phylo/Common.hs
+0
-1
Profile.hs
bin/gargantext-cli/CLI/Phylo/Profile.hs
+0
-1
track_haskell_deps.hs
bin/track_haskell_deps.hs
+0
-3
gargantext.cabal
gargantext.cabal
+1
-0
API.hs
src/Gargantext/API.hs
+0
-1
CORS.hs
src/Gargantext/API/Admin/Settings/CORS.hs
+0
-1
MicroServices.hs
src/Gargantext/API/Admin/Settings/MicroServices.hs
+0
-1
TH.hs
src/Gargantext/API/Errors/TH.hs
+1
-2
Types.hs
src/Gargantext/API/Errors/Types.hs
+0
-1
Middleware.hs
src/Gargantext/API/Middleware.hs
+0
-1
Named.hs
src/Gargantext/API/Routes/Named.hs
+0
-1
Annuaire.hs
src/Gargantext/API/Routes/Named/Annuaire.hs
+1
-1
Contact.hs
src/Gargantext/API/Routes/Named/Contact.hs
+1
-1
Context.hs
src/Gargantext/API/Routes/Named/Context.hs
+0
-1
Corpus.hs
src/Gargantext/API/Routes/Named/Corpus.hs
+1
-1
Count.hs
src/Gargantext/API/Routes/Named/Count.hs
+1
-1
Document.hs
src/Gargantext/API/Routes/Named/Document.hs
+1
-1
EKG.hs
src/Gargantext/API/Routes/Named/EKG.hs
+1
-1
File.hs
src/Gargantext/API/Routes/Named/File.hs
+1
-1
FrameCalc.hs
src/Gargantext/API/Routes/Named/FrameCalc.hs
+0
-1
List.hs
src/Gargantext/API/Routes/Named/List.hs
+1
-1
Metrics.hs
src/Gargantext/API/Routes/Named/Metrics.hs
+1
-1
Node.hs
src/Gargantext/API/Routes/Named/Node.hs
+1
-1
Private.hs
src/Gargantext/API/Routes/Named/Private.hs
+0
-1
Public.hs
src/Gargantext/API/Routes/Named/Public.hs
+1
-1
Search.hs
src/Gargantext/API/Routes/Named/Search.hs
+1
-1
Share.hs
src/Gargantext/API/Routes/Named/Share.hs
+0
-1
Table.hs
src/Gargantext/API/Routes/Named/Table.hs
+0
-1
Tree.hs
src/Gargantext/API/Routes/Named/Tree.hs
+0
-1
Viz.hs
src/Gargantext/API/Routes/Named/Viz.hs
+0
-1
Dispatcher.hs
src/Gargantext/Core/AsyncUpdates/Dispatcher.hs
+1
-1
Distributional.hs
...xt/Core/Methods/Similarities/Accelerate/Distributional.hs
+0
-1
Crawler.hs
src/Gargantext/Core/Text/Corpus/Parsers/Wikidata/Crawler.hs
+0
-2
Query.hs
src/Gargantext/Core/Text/Corpus/Query.hs
+1
-1
Prepare.hs
src/Gargantext/Core/Text/Prepare.hs
+0
-2
Lancaster.hs
...argantext/Core/Text/Terms/Mono/Stem/Internal/Lancaster.hs
+0
-1
Types.hs
src/Gargantext/Core/Viz/Types.hs
+0
-5
Any.hs
src/Gargantext/Database/Admin/Types/Hyperdata/Any.hs
+0
-7
Contact.hs
src/Gargantext/Database/Admin/Types/Hyperdata/Contact.hs
+0
-6
Corpus.hs
src/Gargantext/Database/Admin/Types/Hyperdata/Corpus.hs
+0
-7
CorpusField.hs
src/Gargantext/Database/Admin/Types/Hyperdata/CorpusField.hs
+0
-3
Dashboard.hs
src/Gargantext/Database/Admin/Types/Hyperdata/Dashboard.hs
+0
-6
Default.hs
src/Gargantext/Database/Admin/Types/Hyperdata/Default.hs
+0
-7
Document.hs
src/Gargantext/Database/Admin/Types/Hyperdata/Document.hs
+0
-7
File.hs
src/Gargantext/Database/Admin/Types/Hyperdata/File.hs
+0
-7
Folder.hs
src/Gargantext/Database/Admin/Types/Hyperdata/Folder.hs
+0
-7
List.hs
src/Gargantext/Database/Admin/Types/Hyperdata/List.hs
+0
-7
Model.hs
src/Gargantext/Database/Admin/Types/Hyperdata/Model.hs
+0
-7
Phylo.hs
src/Gargantext/Database/Admin/Types/Hyperdata/Phylo.hs
+0
-7
Texts.hs
src/Gargantext/Database/Admin/Types/Hyperdata/Texts.hs
+0
-7
User.hs
src/Gargantext/Database/Admin/Types/Hyperdata/User.hs
+0
-6
Metrics.hs
src/Gargantext/Database/Admin/Types/Metrics.hs
+0
-1
ReverseProxy.hs
src/Gargantext/MicroServices/ReverseProxy.hs
+0
-2
Map.hs
src/Gargantext/Utils/Jobs/Map.hs
+0
-1
Monad.hs
src/Gargantext/Utils/Jobs/Monad.hs
+1
-1
UTCTime.hs
src/Gargantext/Utils/UTCTime.hs
+0
-1
Setup.hs
test/Test/API/Setup.hs
+0
-1
UpdateList.hs
test/Test/API/UpdateList.hs
+0
-1
Query.hs
test/Test/Core/Text/Corpus/Query.hs
+0
-1
Operations.hs
test/Test/Database/Operations.hs
+0
-1
DocumentSearch.hs
test/Test/Database/Operations/DocumentSearch.hs
+0
-1
NodeStory.hs
test/Test/Database/Operations/NodeStory.hs
+0
-1
Query.hs
test/Test/Ngrams/Query.hs
+0
-1
JSON.hs
test/Test/Offline/JSON.hs
+0
-1
Phylo.hs
test/Test/Offline/Phylo.hs
+0
-1
Utils.hs
test/Test/Utils.hs
+0
-2
Jobs.hs
test/Test/Utils/Jobs.hs
+0
-2
No files found.
bench/Main.hs
View file @
3000e4b7
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeApplications #-}
module
Main
where
module
Main
where
import
Control.DeepSeq
import
Control.DeepSeq
...
...
bin/gargantext-cli/CLI/Phylo/Common.hs
View file @
3000e4b7
{-# LANGUAGE OverloadedStrings #-}
module
CLI.Phylo.Common
where
module
CLI.Phylo.Common
where
import
Control.Concurrent.Async
(
mapConcurrently
)
import
Control.Concurrent.Async
(
mapConcurrently
)
...
...
bin/gargantext-cli/CLI/Phylo/Profile.hs
View file @
3000e4b7
{-# LANGUAGE OverloadedStrings #-}
module
CLI.Phylo.Profile
where
module
CLI.Phylo.Profile
where
import
CLI.Phylo.Common
import
CLI.Phylo.Common
...
...
bin/track_haskell_deps.hs
View file @
3000e4b7
...
@@ -12,11 +12,8 @@ stack exec ghc -- --make -O2 -threaded scripts/haskell/dependencies.hs
...
@@ -12,11 +12,8 @@ stack exec ghc -- --make -O2 -threaded scripts/haskell/dependencies.hs
-}
-}
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE NumericUnderscores #-}
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE ViewPatterns #-}
module
Main
where
module
Main
where
...
...
gargantext.cabal
View file @
3000e4b7
...
@@ -67,6 +67,7 @@ common defaults
...
@@ -67,6 +67,7 @@ common defaults
MultiParamTypeClasses
MultiParamTypeClasses
NamedFieldPuns
NamedFieldPuns
NoImplicitPrelude
NoImplicitPrelude
NumericUnderscores
OverloadedStrings
OverloadedStrings
RankNTypes
RankNTypes
RecordWildCards
RecordWildCards
...
...
src/Gargantext/API.hs
View file @
3000e4b7
...
@@ -27,7 +27,6 @@ Pouillard (who mainly made it).
...
@@ -27,7 +27,6 @@ Pouillard (who mainly made it).
-}
-}
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE NumericUnderscores #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
...
...
src/Gargantext/API/Admin/Settings/CORS.hs
View file @
3000e4b7
{--| Support in Gargantext for CORS (Cross-origin resource sharing) --}
{--| Support in Gargantext for CORS (Cross-origin resource sharing) --}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE ViewPatterns #-}
module
Gargantext.API.Admin.Settings.CORS
where
module
Gargantext.API.Admin.Settings.CORS
where
...
...
src/Gargantext/API/Admin/Settings/MicroServices.hs
View file @
3000e4b7
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.API.Admin.Settings.MicroServices
where
module
Gargantext.API.Admin.Settings.MicroServices
where
...
...
src/Gargantext/API/Errors/TH.hs
View file @
3000e4b7
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.API.Errors.TH
(
module
Gargantext.API.Errors.TH
(
deriveHttpStatusCode
deriveHttpStatusCode
,
deriveIsFrontendErrorData
,
deriveIsFrontendErrorData
...
...
src/Gargantext/API/Errors/Types.hs
View file @
3000e4b7
...
@@ -12,7 +12,6 @@ Portability : POSIX
...
@@ -12,7 +12,6 @@ Portability : POSIX
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE StandaloneKindSignatures #-}
{-# LANGUAGE StandaloneKindSignatures #-}
...
...
src/Gargantext/API/Middleware.hs
View file @
3000e4b7
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE ViewPatterns #-}
{-| Edit 'sensitiveKeywords' to extend the list of redacted fields. -}
{-| Edit 'sensitiveKeywords' to extend the list of redacted fields. -}
...
...
src/Gargantext/API/Routes/Named.hs
View file @
3000e4b7
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeApplications #-}
module
Gargantext.API.Routes.Named
(
module
Gargantext.API.Routes.Named
(
...
...
src/Gargantext/API/Routes/Named/Annuaire.hs
View file @
3000e4b7
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DeriveGeneric #-}
module
Gargantext.API.Routes.Named.Annuaire
(
module
Gargantext.API.Routes.Named.Annuaire
(
-- * Routes types
-- * Routes types
AddAnnuaireWithForm
(
..
)
AddAnnuaireWithForm
(
..
)
...
...
src/Gargantext/API/Routes/Named/Contact.hs
View file @
3000e4b7
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DeriveGeneric #-}
module
Gargantext.API.Routes.Named.Contact
(
module
Gargantext.API.Routes.Named.Contact
(
-- * Routes types
-- * Routes types
ContactAPI
(
..
)
ContactAPI
(
..
)
...
...
src/Gargantext/API/Routes/Named/Context.hs
View file @
3000e4b7
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DeriveGeneric #-}
module
Gargantext.API.Routes.Named.Context
(
module
Gargantext.API.Routes.Named.Context
(
-- * Routes types
-- * Routes types
...
...
src/Gargantext/API/Routes/Named/Corpus.hs
View file @
3000e4b7
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DeriveGeneric #-}
module
Gargantext.API.Routes.Named.Corpus
(
module
Gargantext.API.Routes.Named.Corpus
(
-- * Routes types
-- * Routes types
CorpusExportAPI
(
..
)
CorpusExportAPI
(
..
)
...
...
src/Gargantext/API/Routes/Named/Count.hs
View file @
3000e4b7
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DeriveGeneric #-}
module
Gargantext.API.Routes.Named.Count
(
module
Gargantext.API.Routes.Named.Count
(
-- * Routes types
-- * Routes types
CountAPI
(
..
)
CountAPI
(
..
)
...
...
src/Gargantext/API/Routes/Named/Document.hs
View file @
3000e4b7
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
module
Gargantext.API.Routes.Named.Document
(
module
Gargantext.API.Routes.Named.Document
(
-- * Routes types
-- * Routes types
DocumentsFromWriteNodesAPI
(
..
)
DocumentsFromWriteNodesAPI
(
..
)
...
...
src/Gargantext/API/Routes/Named/EKG.hs
View file @
3000e4b7
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DeriveGeneric #-}
module
Gargantext.API.Routes.Named.EKG
(
module
Gargantext.API.Routes.Named.EKG
(
-- * Routes types
-- * Routes types
EkgAPI
(
..
)
EkgAPI
(
..
)
...
...
src/Gargantext/API/Routes/Named/File.hs
View file @
3000e4b7
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
module
Gargantext.API.Routes.Named.File
(
module
Gargantext.API.Routes.Named.File
(
-- * Routes types
-- * Routes types
FileAPI
(
..
)
FileAPI
(
..
)
...
...
src/Gargantext/API/Routes/Named/FrameCalc.hs
View file @
3000e4b7
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DeriveGeneric #-}
module
Gargantext.API.Routes.Named.FrameCalc
(
module
Gargantext.API.Routes.Named.FrameCalc
(
-- * Routes types
-- * Routes types
...
...
src/Gargantext/API/Routes/Named/List.hs
View file @
3000e4b7
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DeriveGeneric #-}
module
Gargantext.API.Routes.Named.List
(
module
Gargantext.API.Routes.Named.List
(
-- * Routes types
-- * Routes types
GETAPI
(
..
)
GETAPI
(
..
)
...
...
src/Gargantext/API/Routes/Named/Metrics.hs
View file @
3000e4b7
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DeriveGeneric #-}
module
Gargantext.API.Routes.Named.Metrics
(
module
Gargantext.API.Routes.Named.Metrics
(
-- * Routes types
-- * Routes types
...
...
src/Gargantext/API/Routes/Named/Node.hs
View file @
3000e4b7
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DeriveGeneric #-}
module
Gargantext.API.Routes.Named.Node
(
module
Gargantext.API.Routes.Named.Node
(
-- * Routes types
-- * Routes types
NodeAPI
(
..
)
NodeAPI
(
..
)
...
...
src/Gargantext/API/Routes/Named/Private.hs
View file @
3000e4b7
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeFamilies #-}
...
...
src/Gargantext/API/Routes/Named/Public.hs
View file @
3000e4b7
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
module
Gargantext.API.Routes.Named.Public
(
module
Gargantext.API.Routes.Named.Public
(
-- * Routes types
-- * Routes types
GargPublicAPI
(
..
)
GargPublicAPI
(
..
)
...
...
src/Gargantext/API/Routes/Named/Search.hs
View file @
3000e4b7
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DeriveGeneric #-}
module
Gargantext.API.Routes.Named.Search
(
module
Gargantext.API.Routes.Named.Search
(
-- * Routes types
-- * Routes types
SearchAPI
(
..
)
SearchAPI
(
..
)
...
...
src/Gargantext/API/Routes/Named/Share.hs
View file @
3000e4b7
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeApplications #-}
module
Gargantext.API.Routes.Named.Share
(
module
Gargantext.API.Routes.Named.Share
(
...
...
src/Gargantext/API/Routes/Named/Table.hs
View file @
3000e4b7
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
...
...
src/Gargantext/API/Routes/Named/Tree.hs
View file @
3000e4b7
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DeriveGeneric #-}
module
Gargantext.API.Routes.Named.Tree
(
module
Gargantext.API.Routes.Named.Tree
(
-- * Routes types
-- * Routes types
...
...
src/Gargantext/API/Routes/Named/Viz.hs
View file @
3000e4b7
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DeriveGeneric #-}
module
Gargantext.API.Routes.Named.Viz
(
module
Gargantext.API.Routes.Named.Viz
(
-- * Routes types
-- * Routes types
...
...
src/Gargantext/Core/AsyncUpdates/Dispatcher.hs
View file @
3000e4b7
...
@@ -73,7 +73,7 @@ dispatcherListener subscriptions = do
...
@@ -73,7 +73,7 @@ dispatcherListener subscriptions = do
-- NOTE I'm not sure that we need more than 1 worker here, but in
-- NOTE I'm not sure that we need more than 1 worker here, but in
-- theory, the worker can perform things like user authentication,
-- theory, the worker can perform things like user authentication,
-- DB queries etc so it can be slow sometimes.
-- DB queries etc so it can be slow sometimes.
Async
.
withAsync
(
throttle
500
throttleTChan
sendDataMessageThrottled
)
$
\
_
->
do
Async
.
withAsync
(
throttle
500
_000
throttleTChan
sendDataMessageThrottled
)
$
\
_
->
do
void
$
Async
.
concurrently
(
Async
.
replicateConcurrently
5
$
worker
tChan
throttleTChan
)
$
do
void
$
Async
.
concurrently
(
Async
.
replicateConcurrently
5
$
worker
tChan
throttleTChan
)
$
do
forever
$
do
forever
$
do
-- putText "[dispatcher_listener] receiving"
-- putText "[dispatcher_listener] receiving"
...
...
src/Gargantext/Core/Methods/Similarities/Accelerate/Distributional.hs
View file @
3000e4b7
...
@@ -85,7 +85,6 @@ where $n_{ij}$ is the cooccurrence between term $i$ and term $j$
...
@@ -85,7 +85,6 @@ where $n_{ij}$ is the cooccurrence between term $i$ and term $j$
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE GADTs #-}
module
Gargantext.Core.Methods.Similarities.Accelerate.Distributional
module
Gargantext.Core.Methods.Similarities.Accelerate.Distributional
where
where
...
...
src/Gargantext/Core/Text/Corpus/Parsers/Wikidata/Crawler.hs
View file @
3000e4b7
...
@@ -11,8 +11,6 @@ Thx to Alp Well Typed for the first version.
...
@@ -11,8 +11,6 @@ Thx to Alp Well Typed for the first version.
-}
-}
{-# LANGUAGE OverloadedStrings #-}
module
Gargantext.Core.Text.Corpus.Parsers.Wikidata.Crawler
module
Gargantext.Core.Text.Corpus.Parsers.Wikidata.Crawler
where
where
...
...
src/Gargantext/Core/Text/Corpus/Query.hs
View file @
3000e4b7
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE ViewPatterns #-}
module
Gargantext.Core.Text.Corpus.Query
(
module
Gargantext.Core.Text.Corpus.Query
(
Query
-- * opaque
Query
-- * opaque
,
RawQuery
(
..
)
,
RawQuery
(
..
)
...
...
src/Gargantext/Core/Text/Prepare.hs
View file @
3000e4b7
...
@@ -15,8 +15,6 @@ that could be the incarnation of the mythic Gargantua.
...
@@ -15,8 +15,6 @@ that could be the incarnation of the mythic Gargantua.
-}
-}
{-# LANGUAGE OverloadedStrings #-}
module
Gargantext.Core.Text.Prepare
module
Gargantext.Core.Text.Prepare
where
where
...
...
src/Gargantext/Core/Text/Terms/Mono/Stem/Internal/Lancaster.hs
View file @
3000e4b7
{-# LANGUAGE OverloadedStrings #-}
module
Gargantext.Core.Text.Terms.Mono.Stem.Internal.Lancaster
module
Gargantext.Core.Text.Terms.Mono.Stem.Internal.Lancaster
(
stem
(
stem
...
...
src/Gargantext/Core/Viz/Types.hs
View file @
3000e4b7
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Core.Viz.Types
where
module
Gargantext.Core.Viz.Types
where
...
...
src/Gargantext/Database/Admin/Types/Hyperdata/Any.hs
View file @
3000e4b7
...
@@ -9,13 +9,6 @@ Portability : POSIX
...
@@ -9,13 +9,6 @@ Portability : POSIX
-}
-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Database.Admin.Types.Hyperdata.Any
module
Gargantext.Database.Admin.Types.Hyperdata.Any
...
...
src/Gargantext/Database/Admin/Types/Hyperdata/Contact.hs
View file @
3000e4b7
...
@@ -12,13 +12,7 @@ Portability : POSIX
...
@@ -12,13 +12,7 @@ Portability : POSIX
{-# OPTIONS_GHC -fno-warn-deprecations #-}
{-# OPTIONS_GHC -fno-warn-deprecations #-}
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FunctionalDependencies #-}
{-# LANGUAGE FunctionalDependencies #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
...
...
src/Gargantext/Database/Admin/Types/Hyperdata/Corpus.hs
View file @
3000e4b7
...
@@ -9,13 +9,6 @@ Portability : POSIX
...
@@ -9,13 +9,6 @@ Portability : POSIX
-}
-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Database.Admin.Types.Hyperdata.Corpus
module
Gargantext.Database.Admin.Types.Hyperdata.Corpus
...
...
src/Gargantext/Database/Admin/Types/Hyperdata/CorpusField.hs
View file @
3000e4b7
...
@@ -9,10 +9,7 @@ Portability : POSIX
...
@@ -9,10 +9,7 @@ Portability : POSIX
-}
-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Database.Admin.Types.Hyperdata.CorpusField
module
Gargantext.Database.Admin.Types.Hyperdata.CorpusField
where
where
...
...
src/Gargantext/Database/Admin/Types/Hyperdata/Dashboard.hs
View file @
3000e4b7
...
@@ -9,12 +9,6 @@ Portability : POSIX
...
@@ -9,12 +9,6 @@ Portability : POSIX
-}
-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
...
...
src/Gargantext/Database/Admin/Types/Hyperdata/Default.hs
View file @
3000e4b7
...
@@ -9,13 +9,6 @@ Portability : POSIX
...
@@ -9,13 +9,6 @@ Portability : POSIX
-}
-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Database.Admin.Types.Hyperdata.Default
module
Gargantext.Database.Admin.Types.Hyperdata.Default
...
...
src/Gargantext/Database/Admin/Types/Hyperdata/Document.hs
View file @
3000e4b7
...
@@ -9,13 +9,6 @@ Portability : POSIX
...
@@ -9,13 +9,6 @@ Portability : POSIX
-}
-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Database.Admin.Types.Hyperdata.Document
where
module
Gargantext.Database.Admin.Types.Hyperdata.Document
where
...
...
src/Gargantext/Database/Admin/Types/Hyperdata/File.hs
View file @
3000e4b7
...
@@ -9,13 +9,6 @@ Portability : POSIX
...
@@ -9,13 +9,6 @@ Portability : POSIX
-}
-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Database.Admin.Types.Hyperdata.File
module
Gargantext.Database.Admin.Types.Hyperdata.File
...
...
src/Gargantext/Database/Admin/Types/Hyperdata/Folder.hs
View file @
3000e4b7
...
@@ -9,13 +9,6 @@ Portability : POSIX
...
@@ -9,13 +9,6 @@ Portability : POSIX
-}
-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Database.Admin.Types.Hyperdata.Folder
module
Gargantext.Database.Admin.Types.Hyperdata.Folder
...
...
src/Gargantext/Database/Admin/Types/Hyperdata/List.hs
View file @
3000e4b7
...
@@ -9,13 +9,6 @@ Portability : POSIX
...
@@ -9,13 +9,6 @@ Portability : POSIX
-}
-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Database.Admin.Types.Hyperdata.List
module
Gargantext.Database.Admin.Types.Hyperdata.List
...
...
src/Gargantext/Database/Admin/Types/Hyperdata/Model.hs
View file @
3000e4b7
...
@@ -9,13 +9,6 @@ Portability : POSIX
...
@@ -9,13 +9,6 @@ Portability : POSIX
-}
-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Database.Admin.Types.Hyperdata.Model
module
Gargantext.Database.Admin.Types.Hyperdata.Model
...
...
src/Gargantext/Database/Admin/Types/Hyperdata/Phylo.hs
View file @
3000e4b7
...
@@ -9,13 +9,6 @@ Portability : POSIX
...
@@ -9,13 +9,6 @@ Portability : POSIX
-}
-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Database.Admin.Types.Hyperdata.Phylo
module
Gargantext.Database.Admin.Types.Hyperdata.Phylo
...
...
src/Gargantext/Database/Admin/Types/Hyperdata/Texts.hs
View file @
3000e4b7
...
@@ -9,13 +9,6 @@ Portability : POSIX
...
@@ -9,13 +9,6 @@ Portability : POSIX
-}
-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Database.Admin.Types.Hyperdata.Texts
module
Gargantext.Database.Admin.Types.Hyperdata.Texts
...
...
src/Gargantext/Database/Admin/Types/Hyperdata/User.hs
View file @
3000e4b7
...
@@ -10,13 +10,7 @@ Portability : POSIX
...
@@ -10,13 +10,7 @@ Portability : POSIX
-}
-}
{-# LANGUAGE FunctionalDependencies #-}
{-# LANGUAGE FunctionalDependencies #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
...
...
src/Gargantext/Database/Admin/Types/Metrics.hs
View file @
3000e4b7
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Database.Admin.Types.Metrics
where
module
Gargantext.Database.Admin.Types.Metrics
where
...
...
src/Gargantext/MicroServices/ReverseProxy.hs
View file @
3000e4b7
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE NumericUnderscores #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
...
...
src/Gargantext/Utils/Jobs/Map.hs
View file @
3000e4b7
{-# LANGUAGE GADTs #-}
module
Gargantext.Utils.Jobs.Map
(
module
Gargantext.Utils.Jobs.Map
(
-- * Types
-- * Types
JobMap
(
..
)
JobMap
(
..
)
...
...
src/Gargantext/Utils/Jobs/Monad.hs
View file @
3000e4b7
{-# LANGUAGE MultiWayIf, FunctionalDependencies,
MultiParamTypeClasses,
TypeFamilies, ScopedTypeVariables #-}
{-# LANGUAGE MultiWayIf, FunctionalDependencies, TypeFamilies, ScopedTypeVariables #-}
module
Gargantext.Utils.Jobs.Monad
(
module
Gargantext.Utils.Jobs.Monad
(
-- * Types and classes
-- * Types and classes
JobEnv
(
..
)
JobEnv
(
..
)
...
...
src/Gargantext/Utils/UTCTime.hs
View file @
3000e4b7
...
@@ -10,7 +10,6 @@ Portability : POSIX
...
@@ -10,7 +10,6 @@ Portability : POSIX
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeFamilies #-}
...
...
test/Test/API/Setup.hs
View file @
3000e4b7
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE OverloadedStrings #-}
module
Test.API.Setup
where
module
Test.API.Setup
where
...
...
test/Test/API/UpdateList.hs
View file @
3000e4b7
{-# LANGUAGE NumericUnderscores #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeApplications #-}
...
...
test/Test/Core/Text/Corpus/Query.hs
View file @
3000e4b7
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeApplications #-}
module
Test.Core.Text.Corpus.Query
(
tests
)
where
module
Test.Core.Text.Corpus.Query
(
tests
)
where
...
...
test/Test/Database/Operations.hs
View file @
3000e4b7
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeApplications #-}
...
...
test/Test/Database/Operations/DocumentSearch.hs
View file @
3000e4b7
...
@@ -8,7 +8,6 @@ Stability : experimental
...
@@ -8,7 +8,6 @@ Stability : experimental
Portability : POSIX
Portability : POSIX
-}
-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE QuasiQuotes #-}
module
Test.Database.Operations.DocumentSearch
where
module
Test.Database.Operations.DocumentSearch
where
...
...
test/Test/Database/Operations/NodeStory.hs
View file @
3000e4b7
...
@@ -8,7 +8,6 @@ Stability : experimental
...
@@ -8,7 +8,6 @@ Stability : experimental
Portability : POSIX
Portability : POSIX
-}
-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE QuasiQuotes #-}
module
Test.Database.Operations.NodeStory
where
module
Test.Database.Operations.NodeStory
where
...
...
test/Test/Ngrams/Query.hs
View file @
3000e4b7
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeApplications #-}
module
Test.Ngrams.Query
(
tests
)
where
module
Test.Ngrams.Query
(
tests
)
where
...
...
test/Test/Offline/JSON.hs
View file @
3000e4b7
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE QuasiQuotes #-}
...
...
test/Test/Offline/Phylo.hs
View file @
3000e4b7
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE QuasiQuotes #-}
...
...
test/Test/Utils.hs
View file @
3000e4b7
{-# LANGUAGE NumericUnderscores #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
...
...
test/Test/Utils/Jobs.hs
View file @
3000e4b7
...
@@ -8,11 +8,9 @@ Stability : experimental
...
@@ -8,11 +8,9 @@ Stability : experimental
Portability : POSIX
Portability : POSIX
-}
-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE NumericUnderscores #-}
module
Test.Utils.Jobs
(
test
)
where
module
Test.Utils.Jobs
(
test
)
where
...
...
Przemyslaw Kaminski
@cgenie
mentioned in commit
5660aec0
·
Oct 08, 2024
mentioned in commit
5660aec0
mentioned in commit 5660aec07ec5a0a0a5468f440092c1a8f57a864e
Toggle commit list
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