@@ -57,17 +57,17 @@ library Simplicity-Core
57
57
hs-source-dirs : Haskell/Core
58
58
default-language : Haskell2010
59
59
ghc-options : -O2
60
- build-depends : base >= 4.9 && < 4.18 ,
60
+ build-depends : base >= 4.9 && < 4.20 ,
61
61
binary >= 0.7 && < 0.9 ,
62
- bytestring >= 0.10 && < 0.12 ,
62
+ bytestring >= 0.10 && < 0.13 ,
63
63
containers >= 0.5.10 && < 0.7 ,
64
64
cereal >= 0.5 && < 0.6 ,
65
65
lens-family >= 2.0 && < 2.2 ,
66
- mtl >= 2.2 && < 2.3 ,
66
+ mtl >= 2.2 && < 2.4 ,
67
67
MemoTrie >= 0.6 && < 0.7 ,
68
68
split >= 0.2.3 && < 0.3 ,
69
69
tardis >= 0.4.1 && < 0.6 ,
70
- transformers >= 0.5 && < 0.6 ,
70
+ transformers >= 0.5 && < 0.7 ,
71
71
unification-fd >= 0.10 && < 0.12 ,
72
72
vector >= 0.12 && < 0.14
73
73
@@ -78,8 +78,8 @@ library Simplicity-Bitcoin
78
78
default-language : Haskell2010
79
79
ghc-options : -O2
80
80
build-depends : Simplicity-Core,
81
- base >= 4.9 && < 4.18 ,
82
- bytestring >= 0.10 && < 0.12 ,
81
+ base >= 4.9 && < 4.20 ,
82
+ bytestring >= 0.10 && < 0.13 ,
83
83
cereal >= 0.5 && < 0.6 ,
84
84
vector >= 0.12 && < 0.14
85
85
@@ -90,8 +90,8 @@ library Simplicity-Elements
90
90
default-language : Haskell2010
91
91
ghc-options : -O2
92
92
build-depends : Simplicity-Core,
93
- base >= 4.9 && < 4.18 ,
94
- bytestring >= 0.10 && < 0.12 ,
93
+ base >= 4.9 && < 4.20 ,
94
+ bytestring >= 0.10 && < 0.13 ,
95
95
cereal >= 0.5 && < 0.6 ,
96
96
containers >= 0.5.10 && < 0.7 ,
97
97
lens-family >= 2.0 && < 2.2 ,
@@ -113,13 +113,13 @@ library Simplicity-Indef
113
113
default-language : Haskell2010
114
114
ghc-options : -O2
115
115
build-depends : Simplicity-Core,
116
- base >= 4.9 && < 4.18 ,
117
- bytestring >= 0.10 && < 0.12 ,
116
+ base >= 4.9 && < 4.20 ,
117
+ bytestring >= 0.10 && < 0.13 ,
118
118
cereal >= 0.5 && < 0.6 ,
119
119
containers >= 0.5.10 && < 0.7 ,
120
120
lens-family >= 2.0 && < 2.2 ,
121
- mtl >= 2.2 && < 2.3 ,
122
- transformers >= 0.5 && < 0.6 ,
121
+ mtl >= 2.2 && < 2.4 ,
122
+ transformers >= 0.5 && < 0.7 ,
123
123
unification-fd >= 0.10 && < 0.12 ,
124
124
vector >= 0.12 && < 0.14
125
125
@@ -206,8 +206,8 @@ library
206
206
default-language : Haskell2010
207
207
ghc-options : -O2
208
208
build-depends : Simplicity-Core, Simplicity-Bitcoin, Simplicity-Elements, Simplicity-Indef,
209
- base >= 4.9 && < 4.18 ,
210
- bytestring >= 0.10 && < 0.12 ,
209
+ base >= 4.9 && < 4.20 ,
210
+ bytestring >= 0.10 && < 0.13 ,
211
211
cereal >= 0.5 && < 0.6 ,
212
212
containers >= 0.5.10 && < 0.7 ,
213
213
lens-family >= 2.0 && < 2.2 ,
@@ -239,17 +239,17 @@ Test-Suite testsuite
239
239
C-sources : C/rsort.c, C/dag.c, C/primitive/elements/primitive.c, C/bitstream.c
240
240
Haskell/cbits/bitstream.c, Haskell/cbits/dag.c
241
241
build-depends : Simplicity,
242
- base >= 4.9 && < 4.18 ,
243
- bytestring >= 0.10 && < 0.12 ,
242
+ base >= 4.9 && < 4.20 ,
243
+ bytestring >= 0.10 && < 0.13 ,
244
244
cereal >= 0.5 && < 0.6 ,
245
245
containers >= 0.5.10 && < 0.7 ,
246
246
lens-family >= 2.0 && < 2.2 ,
247
247
QuickCheck >= 2.10 && < 2.15 ,
248
- mtl >= 2.2 && < 2.3 ,
248
+ mtl >= 2.2 && < 2.4 ,
249
249
tasty >= 0.11 && < 1.5 ,
250
250
tasty-hunit >= 0.9 && < 0.11 ,
251
251
tasty-quickcheck >= 0.8 && < 0.11 ,
252
- transformers >= 0.5 && < 0.6 ,
252
+ transformers >= 0.5 && < 0.7 ,
253
253
vector >= 0.12 && < 0.14
254
254
255
255
executable GenPrecomputed
@@ -264,7 +264,7 @@ executable GenPrecomputed
264
264
hs-source-dirs : Haskell-Generate
265
265
default-language : Haskell2010
266
266
build-depends : Simplicity,
267
- base >= 4.9 && < 4.18 ,
267
+ base >= 4.9 && < 4.20 ,
268
268
prettyprinter >= 1.7 && < 1.8 ,
269
269
split >= 0.2.3 && < 0.3 ,
270
270
@@ -281,9 +281,9 @@ executable GenPrimitive
281
281
default-language : Haskell2010
282
282
other-modules : NameWrangler
283
283
build-depends : Simplicity,
284
- base >= 4.9 && < 4.18 ,
284
+ base >= 4.9 && < 4.20 ,
285
285
containers >= 0.5.10 && < 0.7 ,
286
- mtl >= 2.2 && < 2.3 ,
286
+ mtl >= 2.2 && < 2.4 ,
287
287
split >= 0.2.3 && < 0.3 ,
288
288
unification-fd >= 0.10 && < 0.12 ,
289
289
@@ -299,8 +299,8 @@ executable GenTests
299
299
hs-source-dirs : Haskell-Generate
300
300
default-language : Haskell2010
301
301
build-depends : Simplicity,
302
- base >= 4.9 && < 4.18 ,
303
- bytestring >= 0.10 && < 0.12 ,
302
+ base >= 4.9 && < 4.20 ,
303
+ bytestring >= 0.10 && < 0.13 ,
304
304
cereal >= 0.5 && < 0.6 ,
305
305
lens-family >= 2.0 && < 2.2 ,
306
306
split >= 0.2.3 && < 0.3 ,
@@ -319,9 +319,9 @@ executable GenRustJets
319
319
other-modules : NameWrangler
320
320
other-extensions : OverloadedStrings
321
321
build-depends : Simplicity,
322
- base >= 4.9 && < 4.18 ,
322
+ base >= 4.9 && < 4.20 ,
323
323
containers >= 0.5.10 && < 0.7 ,
324
324
prettyprinter >= 1.7 && < 1.8 ,
325
325
split >= 0.2.3 && < 0.3 ,
326
- transformers >= 0.5 && < 0.6 ,
326
+ transformers >= 0.5 && < 0.7 ,
327
327
unification-fd >= 0.10 && < 0.12 ,
0 commit comments