Commit 8249a40f authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

Merge branch '379-openalex-api-fix' into 'main'

[ghc] dependencies fixes

See merge request !7
parents 99e6fa76 4eec1585
......@@ -72,15 +72,15 @@ library
, 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-conduit >= 2.3.8.2 && < 2.4
, http-client-tls == 0.3.6.1
, http-conduit >= 2.3.8.1 && < 2.4
, scientific >= 0.3.7 && < 0.4
, servant >= 0.19 && < 0.20
, servant >= 0.19 && < 0.21
, servant-client >= 0.19 && < 0.20
, servant-client-core >= 0.19 && < 0.20
, text ^>= 2.0
, time >= 1.9.3 && < 1.10
, vector >= 0.13 && < 0.14
, servant-client-core >= 0.19 && < 0.21
, text >= 2.0 && < 3
, time >= 1.9.3 && < 1.13
, vector >= 0.12.3 && < 0.14
executable openalex-main
import:
......@@ -98,3 +98,4 @@ executable openalex-main
, openalex
hs-source-dirs: app
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment