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
148
Issues
148
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
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
edeb8046
Verified
Commit
edeb8046
authored
Dec 18, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[refactor] remove unused dependencies
parent
cdbd4995
Pipeline
#7158
passed with stages
in 46 minutes and 29 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
41 deletions
+19
-41
cabal.project.local_toCopy
cabal.project.local_toCopy
+1
-1
gargantext.cabal
gargantext.cabal
+18
-39
stack.yaml
stack.yaml
+0
-1
No files found.
cabal.project.local_toCopy
View file @
edeb8046
package
gargantext
ghc
-
options
:
-
fwrite
-
ide
-
info
ghc
-
options
:
-
fwrite
-
ide
-
info
-
Wunused
-
packages
package
gargantext
-
admin
ghc
-
options
:
-
O0
...
...
gargantext.cabal
View file @
edeb8046
...
...
@@ -670,7 +670,6 @@ executable gargantext
, aeson-pretty
, async ^>= 2.2.4
, bytestring ^>= 0.11.5.3
, cassava ^>= 0.5.2.0
, containers ^>= 0.6.7
, cryptohash ^>= 0.11.9
, directory ^>= 1.3.7.1
...
...
@@ -678,16 +677,10 @@ executable gargantext
, gargantext
, gargantext-prelude
, haskell-bee
, haskell-bee-pgmq
, ini ^>= 0.4.1
, lens >= 5.2.2 && < 5.3
, MonadRandom ^>= 0.6
, monad-logger ^>= 0.3.36
, optparse-applicative
, optparse-generic ^>= 1.4.7
, parallel ^>= 3.2.2.0
, postgresql-simple >= 0.6.4 && <= 0.7.0.0
, protolude ^>= 0.3.3
, servant >= 0.20.1 && < 0.21
, servant-auth
, servant-client-core >= 0.20 && < 0.21
...
...
@@ -696,10 +689,8 @@ executable gargantext
, shelly
, split ^>= 0.2.3.4
, text ^>= 2.0.2
, time ^>= 1.12.2
, toml-parser >= 2.0.1.0 && < 3
, tree-diff
, unordered-containers ^>= 0.2.16.0
, vector >= 0.12.3.0 && <= 0.13.1.0
ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmissing-signatures -Wunused-binds -Wunused-imports -Werror -freduction-depth=300 -fprint-potential-instances
...
...
@@ -708,36 +699,24 @@ common testDependencies
base >=4.7 && <5
, QuickCheck ^>= 2.14.2
, aeson ^>= 2.1.2.1
, aeson-pretty ^>= 0.8.9
, aeson-qq
, async ^>= 2.2.4
, boolexpr ^>= 0.3
, bytestring ^>= 0.11.5.3
, cache >= 0.1.3.0
, case-insensitive
, conduit ^>= 1.3.4.2
, containers ^>= 0.6.7
, crawlerArxiv
, cryptohash
, directory ^>= 1.3.7.1
, epo-api-client
, extra ^>= 1.7.9
, fast-logger ^>= 3.2.2
, filepath ^>= 1.4.2.2
, fmt
, gargantext
, gargantext-prelude
, generic-arbitrary >= 1.0.1 && < 2
, graphviz ^>= 2999.20.1.0
, haskell-bee
, haskell-bee-pgmq
, hspec ^>= 2.11.1
, hspec-core
, hspec-expectations >= 0.8 && < 0.9
, hspec-expectations-lifted < 0.11
, hspec-wai
, hspec-wai-json
, http-api-data >= 0.5 && < 0.6
, http-client ^>= 0.7.14
-- important: 0.3.6.1 uses cryptonite, while > uses crypton
, http-client-tls == 0.3.6.1
...
...
@@ -751,42 +730,24 @@ common testDependencies
, patches-map ^>= 0.1.0.1
, postgres-options >= 0.2 && < 0.3
, postgresql-simple >= 0.6.4 && <= 0.7.0.0
, pretty ^>= 1.1.3.6
, process ^>= 1.6.18.0
, protolude ^>= 0.3.3
, quickcheck-instances ^>= 0.3.25.2
, raw-strings-qq
, recover-rtti >= 0.4 && < 0.5
, resource-pool >= 0.4.0.0 && < 0.5
, safe-exceptions >= 0.1.7.4 && < 0.2
, servant-auth
, servant-auth
, servant-auth-client
, servant-client >= 0.20 && < 0.21
, servant-client-core >= 0.20 && < 0.21
, servant-server >= 0.18.3 && < 0.21
, servant-websockets >= 2.0.0 && < 2.1
, shelly >= 1.9 && < 2
, split
, stm >= 2.5.1.0 && < 2.6
, streaming-commons
, tasty >= 1.4.3 && < 1.6
, tasty-golden
, tasty-hspec
, tasty-hunit
, tasty-quickcheck
, tasty-smallcheck
, template-haskell ^>= 2.19.0.0
, text ^>= 2.0.2
, time ^>= 1.12.2
, tmp-postgres >= 1.34.1 && < 1.35
, tree-diff
, unicode-collation >= 0.1.3.5
, unliftio
, unordered-containers ^>= 0.2.16.0
, utf8-string ^>= 1.0.2
, validity ^>= 0.12.0.2
, vector >= 0.12.3.0 && <= 0.13.1.0
, wai
, wai-extra
, warp
...
...
@@ -798,6 +759,23 @@ test-suite garg-test-tasty
, testDependencies
type: exitcode-stdio-1.0
main-is: drivers/tasty/Main.hs
build-depends:
aeson-pretty ^>= 0.8.9
, boolexpr ^>= 0.3
, conduit ^>= 1.3.4.2
, crawlerArxiv
, cryptohash
, directory ^>= 1.3.7.1
, graphviz ^>= 2999.20.1.0
, split
, tasty >= 1.4.3 && < 1.6
, tasty-golden
, tasty-hspec
, time ^>= 1.12.2
, unicode-collation >= 0.1.3.5
, unordered-containers ^>= 0.2.16.0
, utf8-string ^>= 1.0.2
, vector >= 0.12.3.0 && <= 0.13.1.0
other-modules:
CLI.Phylo.Common
Paths_gargantext
...
...
@@ -860,6 +838,7 @@ test-suite garg-test-hspec
, testDependencies
type: exitcode-stdio-1.0
main-is: drivers/hspec/Main.hs
build-depends: process ^>= 1.6.18.0
other-modules:
Paths_gargantext
Test.API
...
...
stack.yaml
View file @
edeb8046
...
...
@@ -96,7 +96,6 @@
-
"
rake-0.0.1"
-
"
random-1.2.1.2"
-
"
random-strings-0.1.1.0"
-
"
recover-rtti-0.4.3"
-
"
reflection-2.1.8"
-
"
resourcet-1.3.0"
-
"
safe-0.3.21"
...
...
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