Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
epo-proxy-api-client
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
crawlers
epo-proxy-api-client
Commits
cf4e5004
Verified
Commit
cf4e5004
authored
Sep 12, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ghc] update dependencies
parent
f38e516c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
9 deletions
+13
-9
cabal.project
cabal.project
+6
-2
epo-api-client.cabal
epo-api-client.cabal
+7
-7
No files found.
cabal.project
View file @
cf4e5004
...
...
@@ -6,6 +6,10 @@ packages:
source-repository-package
type: git
location: https://gitlab.iscpif.fr/gargantext/iso639.git
tag:
1a9e23e210a02da3b846d7cdc666541e2148334d
tag:
eab929d106833ded8011a0d6705135e3fc506a9c
allow-newer: base:*, iso639:aeson, iso639:text
allow-newer: base:*
, iso639:aeson
, iso639:text
, servant-client:servant
, servant-client:servant-client-core
epo-api-client.cabal
View file @
cf4e5004
...
...
@@ -67,16 +67,16 @@ library
-- other-extensions:
-- Other library packages from which modules are imported.
build-depends: base
^>=4.17.2.0
, aeson
^>= 2.1
build-depends: base
>=4.17.2.0 && < 5
, aeson
>= 2.1 && < 2.2
, conduit ^>= 1.3.5
, containers >= 0.6.7 && < 0.8
, http-client
>= 0.7.13.1 && < 0.8
, http-client-tls
>= 0.3.6.2 && < 0.4
, http-client
== 0.7.14
, http-client-tls
== 0.3.6.1
, iso639
, network-uri ^>= 2.6.4.2
, protolude >= 0.3.3 && < 0.4
, servant >= 0.19
&& < 0.20
, servant >= 0.19
.1 && < 0.21
, servant-client >= 0.19 && < 0.20
, text >= 2.0 && < 3
...
...
@@ -117,7 +117,7 @@ executable epo-api-client-main
, optparse-simple >= 0.1.1.4 && < 0.2
, pretty-simple ^>= 4.1.2.0
, protolude >= 0.3.3 && < 0.4
, text >= 2.0
.2
&& < 3
, text >= 2.0 && < 3
, epo-api-client
hs-source-dirs: app
...
...
@@ -165,7 +165,7 @@ test-suite epo-api-client-test
-- Test dependencies.
build-depends:
base
^>=4.17.2.0
,
base
>=4.17.2.0 && < 5
,
epo-api-client
default-extensions:
...
...
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