Some more ghc 9.4.7 massaging

parent dd230483
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
...@@ -68,19 +68,19 @@ library ...@@ -68,19 +68,19 @@ library
OpenAlex.Utils OpenAlex.Utils
ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmissing-signatures -Wunused-binds -Wunused-imports -Werror ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmissing-signatures -Wunused-binds -Wunused-imports -Werror
build-depends: build-depends:
aeson ^>= 2.2.1.0 aeson ^>= 2.1
, 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.6.4.1
, http-client-tls >= 0.3.6.2 && < 0.4 , http-client-tls ^>= 0.3.5.3
, http-conduit >= 2.3.8.2 && < 2.4 , http-conduit >= 2.3.8.2 && < 2.4
, scientific >= 0.3.7 && < 0.4 , scientific >= 0.3.7 && < 0.4
, servant >= 0.19 && < 0.20 , servant >= 0.19 && < 0.20
, 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.20
, text ^>= 2.0 , text ^>= 1.2.4.1
, time >= 1.9.3 && < 1.10 , time >= 1.9.3 && < 1.10
, vector >= 0.13 && < 0.14 , vector ^>= 0.12.2
executable openalex-main executable openalex-main
import: import:
...@@ -94,7 +94,7 @@ executable openalex-main ...@@ -94,7 +94,7 @@ executable openalex-main
-- other-extensions: -- other-extensions:
build-depends: build-depends:
cassava-conduit >= 0.6.5 && < 0.7 cassava-conduit >= 0.6.5 && < 0.7
, optparse-simple >= 0.1.1.4 && < 0.2 , optparse-simple >= 0.1.1 && < 0.2
, 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