We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8960aad commit 5712b00Copy full SHA for 5712b00
dear-imgui.cabal
@@ -149,7 +149,7 @@ flag use-ImDrawIdx32
149
common common
150
build-depends:
151
base
152
- >= 4.12 && < 4.20
+ >= 4.12 && < 4.22
153
default-language:
154
Haskell2010
155
@@ -309,7 +309,7 @@ library dear-imgui-generator
309
, DearImGui.Generator.Types
310
311
template-haskell
312
- >= 2.15 && < 2.22
+ >= 2.15 && < 2.24
313
, containers
314
>= 0.6.2.1 && < 0.8
315
, directory
@@ -323,7 +323,7 @@ library dear-imgui-generator
323
, parser-combinators
324
>= 1.2.0 && < 1.4
325
, scientific
326
- >= 0.3.6.2 && < 0.3.8
+ >= 0.3.6.2 && < 0.4
327
, text
328
>= 1.2.4 && < 2.2
329
, th-lift
0 commit comments