Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arxiv-api
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
arxiv-api
Commits
4d6ae5aa
Commit
4d6ae5aa
authored
Jul 20, 2022
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[LIB] arxiv integration to manage its evolutions
parent
f3e517cc
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1085 additions
and
10 deletions
+1085
-10
crawlerArxiv.cabal
crawlerArxiv.cabal
+9
-4
package.yaml
package.yaml
+2
-4
Arxiv.hs
src/Arxiv.hs
+1
-1
Arxiv.hs
src/Network/Api/Arxiv.hs
+1073
-0
stack.yaml
stack.yaml
+0
-1
No files found.
crawlerArxiv.cabal
View file @
4d6ae5aa
...
...
@@ -26,6 +26,7 @@ source-repository head
library
exposed-modules:
Arxiv
Network.Api.Arxiv
other-modules:
Paths_crawlerArxiv
hs-source-dirs:
...
...
@@ -33,15 +34,16 @@ library
default-extensions:
RecordWildCards
build-depends:
arxiv
, base >=4.7 && <5
base >=4.7 && <5
, bytestring
, conduit
, http-conduit
, http-types
, mtl
, network
, parsec
, resourcet
, split
, tagsoup
, text
default-language: Haskell2010
...
...
@@ -56,8 +58,7 @@ executable arxiv-exe
RecordWildCards
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
arxiv
, base >=4.7 && <5
base >=4.7 && <5
, bytestring
, conduit
, crawlerArxiv
...
...
@@ -65,7 +66,9 @@ executable arxiv-exe
, http-types
, mtl
, network
, parsec
, resourcet
, split
, tagsoup
, text
default-language: Haskell2010
...
...
@@ -89,7 +92,9 @@ test-suite arxiv-test
, http-types
, mtl
, network
, parsec
, resourcet
, split
, tagsoup
, text
default-language: Haskell2010
package.yaml
View file @
4d6ae5aa
...
...
@@ -26,7 +26,6 @@ default-extensions:
-
RecordWildCards
dependencies
:
-
arxiv
-
base >= 4.7 && < 5
-
bytestring
-
conduit
...
...
@@ -37,11 +36,11 @@ dependencies:
-
resourcet
-
tagsoup
-
text
-
parsec
-
split
library
:
source-dirs
:
src
dependencies
:
-
arxiv
executables
:
arxiv-exe
:
...
...
@@ -52,7 +51,6 @@ executables:
-
-rtsopts
-
-with-rtsopts=-N
dependencies
:
-
arxiv
-
crawlerArxiv
tests
:
...
...
src/Arxiv.hs
View file @
4d6ae5aa
...
...
@@ -27,7 +27,7 @@ type Limit = Int
type
Soup
=
Tag
String
batchSize
::
Int
batchSize
=
5
00
batchSize
=
30
00
------------------------------------------------------------
...
...
src/Network/Api/Arxiv.hs
0 → 100644
View file @
4d6ae5aa
This diff is collapsed.
Click to expand it.
stack.yaml
View file @
4d6ae5aa
...
...
@@ -41,7 +41,6 @@ packages:
# commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a
#
extra-deps
:
-
arxiv-0.0.3@sha256:02de1114091d11f1f3ab401d104d125ad4301260806feb7f63b3dcefc7db88cf,1588
# Override default flag values for local packages and extra-deps
# flags: {}
...
...
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