File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -311,21 +311,21 @@ library dear-imgui-generator
311311 template-haskell
312312 >= 2.15 && < 2.24
313313 , containers
314- >= 0.6.2.1 && < 0.8
314+ >= 0.6.2.1 && < 1.0
315315 , directory
316- >= 1.3 && < 1.4
316+ >= 1.3 && < 2
317317 , filepath
318- >= 1.4 && < 1.6
318+ >= 1.4 && < 2
319319 , inline-c
320320 >= 0.9.0.0 && < 0.10
321321 , megaparsec
322- >= 9.0 && < 9.7
322+ >= 9.0 && < 10
323323 , parser-combinators
324324 >= 1.2.0 && < 1.4
325325 , scientific
326326 >= 0.3.6.2 && < 0.4
327327 , text
328- >= 1.2.4 && < 2.2
328+ >= 1.2.4 && < 3
329329 , th-lift
330330 >= 0.7 && < 0.9
331331 , transformers
@@ -396,17 +396,17 @@ executable vulkan
396396 build-depends :
397397 dear-imgui
398398 , bytestring
399- >= 0.10.10.0 && < 0.13
399+ >= 0.10.10.0
400400 , containers
401- >= 0.6.2.1 && < 0.7
401+ >= 0.6.2.1
402402 , logging-effect
403403 >= 1.3.12 && < 1.5
404404 , resourcet
405405 >= 1.2.4.2 && < 1.3
406406 , sdl2
407407 >= 2.5.3.0 && < 2.6
408408 , text
409- >= 1.2.4 && < 2.2
409+ >= 1.2.4 && < 3
410410 , transformers
411411 >= 0.5.6 && < 0.7
412412 , unliftio
You can’t perform that action at this time.
0 commit comments