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
84e9efb7
Commit
84e9efb7
authored
Apr 06, 2022
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Arxiv.Wrapper, use crawlerArxiv name to comply with other crawlers
parent
6da2c8f9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
93 deletions
+2
-93
arxiv-api.cabal
arxiv-api.cabal
+0
-91
package.yaml
package.yaml
+2
-2
Wrapper.hs
src/Arxiv/Wrapper.hs
+0
-0
No files found.
arxiv-api.cabal
deleted
100644 → 0
View file @
6da2c8f9
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: 5612d98c664eb4a4c2a28284748c108cb4fe7524bc6ebef5e6ac5b377fd5ab29
name: arxiv-api
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/githubuser/arxiv#readme>
homepage: https://github.com/delanoe/arxiv-api#readme
bug-reports: https://github.com/delanoe/arxiv-api/issues
author: Alexandre Delanoë
maintainer: alexandre+dev@delanoe.org
copyright: 2021 CNRS/A. Delanoë
license: GPLv3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/delanoe/arxiv-api
library
exposed-modules:
Arxiv
other-modules:
Paths_arxiv_api
hs-source-dirs:
src
build-depends:
arxiv
, base >=4.7 && <5
, bytestring
, conduit
, http-conduit
, http-types
, mtl
, network
, resourcet
, tagsoup
, text
default-language: Haskell2010
executable arxiv-exe
main-is: Main.hs
other-modules:
Paths_arxiv_api
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
arxiv
, arxiv-api
, base >=4.7 && <5
, bytestring
, conduit
, http-conduit
, http-types
, mtl
, network
, resourcet
, tagsoup
, text
default-language: Haskell2010
test-suite arxiv-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_arxiv_api
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
arxiv
, base >=4.7 && <5
, bytestring
, conduit
, http-conduit
, http-types
, mtl
, network
, resourcet
, tagsoup
, text
default-language: Haskell2010
package.yaml
View file @
84e9efb7
name
:
arxiv-api
name
:
crawlerArxiv
version
:
0.1.0.0
github
:
"
delanoe/arxiv-api"
license
:
GPLv3
...
...
@@ -50,7 +50,7 @@ executables:
-
-with-rtsopts=-N
dependencies
:
-
arxiv
-
arxiv-api
-
crawlerArxiv
tests
:
arxiv-test
:
...
...
src/Arxiv.hs
→
src/Arxiv
/Wrapper
.hs
View file @
84e9efb7
File moved
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