Skip to content

Commit c25a0db

Browse files
authored
Bump deps (#219)
1 parent 5c5c0db commit c25a0db

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

dear-imgui.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -316,21 +316,21 @@ library dear-imgui-generator
316316
template-haskell
317317
>= 2.15 && < 2.24
318318
, containers
319-
>= 0.6.2.1 && < 0.8
319+
>= 0.6.2.1 && < 1.0
320320
, directory
321-
>= 1.3 && < 1.4
321+
>= 1.3 && < 2
322322
, filepath
323-
>= 1.4 && < 1.6
323+
>= 1.4 && < 2
324324
, inline-c
325325
>= 0.9.0.0 && < 0.10
326326
, megaparsec
327-
>= 9.0 && < 9.7
327+
>= 9.0 && < 10
328328
, parser-combinators
329329
>= 1.2.0 && < 1.4
330330
, scientific
331331
>= 0.3.6.2 && < 0.4
332332
, text
333-
>= 1.2.4 && < 2.2
333+
>= 1.2.4 && < 3
334334
, th-lift
335335
>= 0.7 && < 0.9
336336
, transformers
@@ -401,17 +401,17 @@ executable vulkan
401401
build-depends:
402402
dear-imgui
403403
, bytestring
404-
>= 0.10.10.0 && < 0.13
404+
>= 0.10.10.0
405405
, containers
406-
>= 0.6.2.1 && < 0.7
406+
>= 0.6.2.1
407407
, logging-effect
408408
>= 1.3.12 && < 1.5
409409
, resourcet
410410
>= 1.2.4.2 && < 1.3
411411
, sdl2
412412
>= 2.5.3.0 && < 2.6
413413
, text
414-
>= 1.2.4 && < 2.2
414+
>= 1.2.4 && < 3
415415
, transformers
416416
>= 0.5.6 && < 0.7
417417
, unliftio

0 commit comments

Comments
 (0)