Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pubmed
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
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
pubmed
Commits
01292aae
Verified
Commit
01292aae
authored
Dec 09, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[refactor] upgrade to servant-client 0.20
parent
b6c54554
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
.gitignore
.gitignore
+1
-0
cabal.project
cabal.project
+2
-1
crawlerPubMed.cabal
crawlerPubMed.cabal
+3
-3
No files found.
.gitignore
View file @
01292aae
dist-newstyle/
.stack-work/
pubMedCrawler.cabal
*~
\ No newline at end of file
cabal.project
View file @
01292aae
packages: .
with-compiler: ghc-8.10.7
with-compiler: ghc-9.4.8
source-repository-package
type: git
location: https://github.com/delanoe/data-time-segment.git
...
...
crawlerPubMed.cabal
View file @
01292aae
...
...
@@ -60,9 +60,9 @@ library
, lens
, mtl
, optparse-applicative
, servant >= 0.
18.3 && < 0.20
, servant-client >= 0.
18.3 && < 0.20
, servant-client-core >= 0.
18.3 && < 0.20
, servant >= 0.
20 && < 0.21
, servant-client >= 0.
20 && < 0.21
, servant-client-core >= 0.
20 && < 0.21
, taggy
, taggy-lens
, text
...
...
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