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
2a6edac1
Verified
Commit
2a6edac1
authored
Feb 26, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ghc] text, containers update
parent
09494732
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
cabal.project
cabal.project
+1
-1
epo-api-client.cabal
epo-api-client.cabal
+3
-3
No files found.
cabal.project
View file @
2a6edac1
...
@@ -8,4 +8,4 @@ source-repository-package
...
@@ -8,4 +8,4 @@ source-repository-package
location: https://gitlab.iscpif.fr/gargantext/iso639.git
location: https://gitlab.iscpif.fr/gargantext/iso639.git
tag: 1a9e23e210a02da3b846d7cdc666541e2148334d
tag: 1a9e23e210a02da3b846d7cdc666541e2148334d
allow-newer: base:*, iso639:aeson
allow-newer: base:*, iso639:aeson
, iso639:text
epo-api-client.cabal
View file @
2a6edac1
...
@@ -70,7 +70,7 @@ library
...
@@ -70,7 +70,7 @@ library
build-depends: base ^>=4.17.2.0
build-depends: base ^>=4.17.2.0
, aeson ^>= 2.1
, aeson ^>= 2.1
, conduit ^>= 1.3.5
, conduit ^>= 1.3.5
, containers
^>= 0.6.7
, containers
>= 0.6.7 && < 0.8
, http-client >= 0.7.13.1 && < 0.8
, http-client >= 0.7.13.1 && < 0.8
, http-client-tls >= 0.3.6.2 && < 0.4
, http-client-tls >= 0.3.6.2 && < 0.4
, iso639
, iso639
...
@@ -78,7 +78,7 @@ library
...
@@ -78,7 +78,7 @@ library
, protolude >= 0.3.3 && < 0.4
, protolude >= 0.3.3 && < 0.4
, servant >= 0.19 && < 0.20
, servant >= 0.19 && < 0.20
, servant-client >= 0.19 && < 0.20
, servant-client >= 0.19 && < 0.20
, text >=
1.2.4 && < 1.
3
, text >=
2.0 && <
3
-- Directories containing source files.
-- Directories containing source files.
hs-source-dirs: src
hs-source-dirs: src
...
@@ -117,7 +117,7 @@ executable epo-api-client-main
...
@@ -117,7 +117,7 @@ executable epo-api-client-main
, optparse-simple >= 0.1.1.4 && < 0.2
, optparse-simple >= 0.1.1.4 && < 0.2
, pretty-simple ^>= 4.1.2.0
, pretty-simple ^>= 4.1.2.0
, protolude >= 0.3.3 && < 0.4
, protolude >= 0.3.3 && < 0.4
, text >=
1.2.4 && < 1.
3
, text >=
2.0 && <
3
, epo-api-client
, epo-api-client
hs-source-dirs: app
hs-source-dirs: app
...
...
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