Skip to content

Commit 99ad012

Browse files
committed
upper bound on aeson
1 parent 6bc9d71 commit 99ad012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hackage-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ common defaults
135135
, scientific
136136
-- other dependencies shared by most components
137137
build-depends:
138-
, aeson >= 2.1.0.0
138+
, aeson >= 2.1.0.0 && < 2.3
139139
, Cabal >= 3.10.1.0 && < 3.12
140140
, Cabal-syntax >= 3.10.1.0 && < 3.12
141141
-- Cabal-syntax needs to be bound to constrain hackage-security
@@ -553,7 +553,7 @@ test-suite HighLevelTest
553553
build-depends:
554554
-- version constraints inherited from lib-server
555555
, HTTP
556-
, attoparsec-aeson >= 2.1.0.0
556+
, attoparsec-aeson >= 2.1.0.0 && < 2.3
557557
, base64-bytestring
558558
, random
559559
-- component-specific dependencies

0 commit comments

Comments
 (0)