We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aeson
1 parent 6bc9d71 commit 99ad012Copy full SHA for 99ad012
hackage-server.cabal
@@ -135,7 +135,7 @@ common defaults
135
, scientific
136
-- other dependencies shared by most components
137
build-depends:
138
- , aeson >= 2.1.0.0
+ , aeson >= 2.1.0.0 && < 2.3
139
, Cabal >= 3.10.1.0 && < 3.12
140
, Cabal-syntax >= 3.10.1.0 && < 3.12
141
-- Cabal-syntax needs to be bound to constrain hackage-security
@@ -553,7 +553,7 @@ test-suite HighLevelTest
553
554
-- version constraints inherited from lib-server
555
, HTTP
556
- , attoparsec-aeson >= 2.1.0.0
+ , attoparsec-aeson >= 2.1.0.0 && < 2.3
557
, base64-bytestring
558
, random
559
-- component-specific dependencies
0 commit comments