File tree 6 files changed +11
-16
lines changed
6 files changed +11
-16
lines changed Original file line number Diff line number Diff line change @@ -330,12 +330,6 @@ source-repository-package
330
330
tag : ee59880f47ab835dbd73bea0847dab7869fc20d8
331
331
--sha256 : 1lrzknw765pz2j97nvv9ip3l1mcpf2zr4n56hwlz0rk7wq7ls4cm
332
332
333
- source-repository-package
334
- type : git
335
- location : https://github.com/input-output-hk/aeson
336
- tag : be4774468e651d1d512edad278cca7276e978034
337
- --sha256 : 12fr5xnr3ax0r5gzwbf4v49yirppgprmvzlfj1ldx4zhcrdf5j7j
338
-
339
333
constraints :
340
334
hedgehog >= 1.0
341
335
, bimap >= 0.4.0
@@ -360,4 +354,5 @@ package cardano-ledger-alonzo-test
360
354
allow-newer :
361
355
* :aeson,
362
356
monoidal-containers :aeson,
363
- size-based :template-haskell
357
+ size-based :template-haskell,
358
+ snap-server :attoparsec,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ extra-source-files: CHANGELOG.md
11
11
library
12
12
exposed-modules : Node
13
13
build-depends : base
14
- , aeson
14
+ , aeson >= 2.1.0.0
15
15
, bytestring
16
16
, cardano-node
17
17
, optparse-applicative-fork
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ common base { build-depends: base
20
20
common cardano-api { build-depends : cardano-api }
21
21
common cardano-submit-api { build-depends : cardano-submit-api }
22
22
23
- common aeson { build-depends : aeson >= 1.5.5.1 }
23
+ common aeson { build-depends : aeson >= 2.1.0.0 }
24
24
common async { build-depends : async >= 2.2.2 }
25
25
common bytestring { build-depends : bytestring >= 0.10.8.2 }
26
26
common cardano-binary { build-depends : cardano-binary >= 1.5.0 }
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ test-suite cardano-testnet-tests
109
109
type : exitcode-stdio-1.0
110
110
111
111
build-depends : cardano-testnet
112
- , aeson
112
+ , aeson >= 2.1.0.0
113
113
, cardano-api
114
114
, cardano-cli
115
115
, containers
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ library
35
35
default-language : Haskell2010
36
36
default-extensions : OverloadedStrings
37
37
build-depends : base >= 4.12 && < 5
38
- , aeson
38
+ , aeson >= 2.1.0.0
39
39
, async
40
40
, bytestring
41
41
, cborg
@@ -91,7 +91,7 @@ executable trace-dispatcher-examples
91
91
default-language : Haskell2010
92
92
default-extensions : OverloadedStrings
93
93
build-depends : base >= 4.12 && < 5
94
- , aeson
94
+ , aeson >= 2.1.0.0
95
95
, bytestring
96
96
, containers
97
97
, ekg
@@ -131,7 +131,7 @@ test-suite trace-dispatcher-test
131
131
default-language : Haskell2010
132
132
default-extensions : OverloadedStrings
133
133
build-depends : base >= 4.12 && < 5
134
- , aeson
134
+ , aeson >= 2.1.0.0
135
135
, bytestring
136
136
, containers
137
137
, ekg
@@ -173,7 +173,7 @@ benchmark trace-dispatcher-bench
173
173
Cardano.Logging.Test.Messages
174
174
Cardano.Logging.Test.Script
175
175
build-depends : base >= 4.12 && < 5
176
- , aeson
176
+ , aeson >= 2.1.0.0
177
177
, containers
178
178
, criterion
179
179
, ekg
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ library
22
22
build-depends : base >= 4.12 && < 5
23
23
, trace-dispatcher
24
24
, text
25
- , aeson
25
+ , aeson >= 2.1.0.0
26
26
27
27
if os(windows)
28
28
build-depends : Win32
@@ -60,7 +60,7 @@ test-suite trace-resources-test
60
60
build-depends : base >= 4.12 && < 5
61
61
, trace-dispatcher
62
62
, text
63
- , aeson
63
+ , aeson >= 2.1.0.0
64
64
, QuickCheck
65
65
, tasty
66
66
, tasty-quickcheck
You can’t perform that action at this time.
0 commit comments