Skip to content

Commit 1b40bc1

Browse files
authored
Bump deps (#199)
1 parent b48ef79 commit 1b40bc1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dear-imgui.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ flag use-ImDrawIdx32
149149
common common
150150
build-depends:
151151
base
152-
>= 4.12 && < 4.19
152+
>= 4.12 && < 4.20
153153
default-language:
154154
Haskell2010
155155

@@ -308,23 +308,23 @@ library dear-imgui-generator
308308
, DearImGui.Generator.Types
309309
build-depends:
310310
template-haskell
311-
>= 2.15 && < 2.21
311+
>= 2.15 && < 2.22
312312
, containers
313-
^>= 0.6.2.1
313+
>= 0.6.2.1 && < 0.8
314314
, directory
315315
>= 1.3 && < 1.4
316316
, filepath
317-
>= 1.4 && < 1.5
317+
>= 1.4 && < 1.6
318318
, inline-c
319319
>= 0.9.0.0 && < 0.10
320320
, megaparsec
321-
>= 9.0 && < 9.4
321+
>= 9.0 && < 9.7
322322
, parser-combinators
323323
>= 1.2.0 && < 1.4
324324
, scientific
325325
>= 0.3.6.2 && < 0.3.8
326326
, text
327-
>= 1.2.4 && < 2.1
327+
>= 1.2.4 && < 2.2
328328
, th-lift
329329
>= 0.7 && < 0.9
330330
, transformers

0 commit comments

Comments
 (0)