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
22b4f5e9
Commit
22b4f5e9
authored
Apr 06, 2022
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LTS 18.28, fix dependencies
parent
357bb9a1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
arxiv-api.cabal
arxiv-api.cabal
+2
-1
package.yaml
package.yaml
+3
-0
stack.yaml
stack.yaml
+1
-1
stack.yaml.lock
stack.yaml.lock
+4
-4
No files found.
arxiv-api.cabal
View file @
22b4f5e9
...
...
@@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 5
3def8dbc0673724afe7e2e7c3bc9611a27b13ca3997bcdceebf998e5c04082d
-- hash: 5
612d98c664eb4a4c2a28284748c108cb4fe7524bc6ebef5e6ac5b377fd5ab29
name: arxiv-api
version: 0.1.0.0
...
...
@@ -55,6 +55,7 @@ executable arxiv-exe
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
arxiv
, arxiv-api
, base >=4.7 && <5
, bytestring
, conduit
...
...
package.yaml
View file @
22b4f5e9
...
...
@@ -50,6 +50,7 @@ executables:
-
-with-rtsopts=-N
dependencies
:
-
arxiv
-
arxiv-api
tests
:
arxiv-test
:
...
...
@@ -61,3 +62,5 @@ tests:
-
-with-rtsopts=-N
dependencies
:
-
arxiv
stack.yaml
View file @
22b4f5e9
...
...
@@ -18,7 +18,7 @@
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver
:
url
:
https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/
1
8.yaml
url
:
https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/
2
8.yaml
# User packages to be built.
# Various formats can be used as shown in the example below.
...
...
stack.yaml.lock
View file @
22b4f5e9
...
...
@@ -13,8 +13,8 @@ packages:
hackage: arxiv-0.0.3@sha256:02de1114091d11f1f3ab401d104d125ad4301260806feb7f63b3dcefc7db88cf,1588
snapshots:
- completed:
size: 5
86296
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/
1
8.yaml
sha256:
63539429076b7ebbab6daa7656cfb079393bf644971156dc349d7c0453694ac2
size: 5
90100
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/
2
8.yaml
sha256:
428ec8d5ce932190d3cbe266b9eb3c175cd81e984babf876b64019e2cbe4ea68
original:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/
1
8.yaml
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/
2
8.yaml
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