Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
openalex
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
openalex
Commits
dc0a1be8
Verified
Commit
dc0a1be8
authored
Feb 28, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some more ghc 9.4.7 massaging
parent
dd230483
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
6 deletions
+18
-6
cabal.project
cabal.project
+12
-0
openalex.cabal
openalex.cabal
+6
-6
No files found.
cabal.project
0 → 100644
View file @
dc0a1be8
with-compiler: ghc-9.4.7
packages:
./
tests: True
allow-newer: aeson:base
-- , aeson:bytestring
-- , aeson:ghc-prim
-- , aeson:template-haskell
, optparse-simple:template-haskell
openalex.cabal
View file @
dc0a1be8
...
...
@@ -68,19 +68,19 @@ library
OpenAlex.Utils
ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmissing-signatures -Wunused-binds -Wunused-imports -Werror
build-depends:
aeson ^>= 2.
2.1.0
aeson ^>= 2.
1
, binary >= 0.8.8 && < 0.9
, containers >= 0.6.5.1 && < 0.7
, http-client
>= 0.7.13.1 && < 0.8
, http-client-tls
>= 0.3.6.2 && < 0.4
, http-client
^>= 0.6.4.1
, http-client-tls
^>= 0.3.5.3
, http-conduit >= 2.3.8.2 && < 2.4
, scientific >= 0.3.7 && < 0.4
, servant >= 0.19 && < 0.20
, servant-client >= 0.19 && < 0.20
, servant-client-core >= 0.19 && < 0.20
, text ^>=
2.0
, text ^>=
1.2.4.1
, time >= 1.9.3 && < 1.10
, vector
>= 0.13 && < 0.14
, vector
^>= 0.12.2
executable openalex-main
import:
...
...
@@ -94,7 +94,7 @@ executable openalex-main
-- other-extensions:
build-depends:
cassava-conduit >= 0.6.5 && < 0.7
, optparse-simple >= 0.1.1
.4
&& < 0.2
, optparse-simple >= 0.1.1 && < 0.2
, openalex
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