File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ flag use-ImDrawIdx32
149
149
common common
150
150
build-depends :
151
151
base
152
- >= 4.12 && < 4.19
152
+ >= 4.12 && < 4.20
153
153
default-language :
154
154
Haskell2010
155
155
@@ -308,23 +308,23 @@ library dear-imgui-generator
308
308
, DearImGui.Generator.Types
309
309
build-depends :
310
310
template-haskell
311
- >= 2.15 && < 2.21
311
+ >= 2.15 && < 2.22
312
312
, containers
313
- ^ >= 0.6.2.1
313
+ >= 0.6.2.1 && < 0.8
314
314
, directory
315
315
>= 1.3 && < 1.4
316
316
, filepath
317
- >= 1.4 && < 1.5
317
+ >= 1.4 && < 1.6
318
318
, inline-c
319
319
>= 0.9.0.0 && < 0.10
320
320
, megaparsec
321
- >= 9.0 && < 9.4
321
+ >= 9.0 && < 9.7
322
322
, parser-combinators
323
323
>= 1.2.0 && < 1.4
324
324
, scientific
325
325
>= 0.3.6.2 && < 0.3.8
326
326
, text
327
- >= 1.2.4 && < 2.1
327
+ >= 1.2.4 && < 2.2
328
328
, th-lift
329
329
>= 0.7 && < 0.9
330
330
, transformers
You can’t perform that action at this time.
0 commit comments