[ghc] dependencies fixes

parent 99e6fa76
...@@ -72,15 +72,15 @@ library ...@@ -72,15 +72,15 @@ library
, binary >= 0.8.8 && < 0.9 , binary >= 0.8.8 && < 0.9
, containers >= 0.6.5.1 && < 0.7 , containers >= 0.6.5.1 && < 0.7
, http-client >= 0.7.13.1 && < 0.8 , http-client >= 0.7.13.1 && < 0.8
, http-client-tls >= 0.3.6.2 && < 0.4 , http-client-tls == 0.3.6.1
, http-conduit >= 2.3.8.2 && < 2.4 , http-conduit >= 2.3.8.1 && < 2.4
, scientific >= 0.3.7 && < 0.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 >= 0.19 && < 0.20
, servant-client-core >= 0.19 && < 0.20 , servant-client-core >= 0.19 && < 0.21
, text ^>= 2.0 , text >= 2.0 && < 3
, time >= 1.9.3 && < 1.10 , time >= 1.9.3 && < 1.13
, vector >= 0.13 && < 0.14 , vector >= 0.12.3 && < 0.14
executable openalex-main executable openalex-main
import: import:
...@@ -98,3 +98,4 @@ executable openalex-main ...@@ -98,3 +98,4 @@ executable openalex-main
, openalex , openalex
hs-source-dirs: app 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