Skip to content

Commit 5712b00

Browse files
Bump deps for ghc-9.12 (#212)
This change enables building dear-imgui.hs with ghc-9.12.2.
1 parent 8960aad commit 5712b00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dear-imgui.cabal

Lines changed: 3 additions & 3 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.20
152+
>= 4.12 && < 4.22
153153
default-language:
154154
Haskell2010
155155

@@ -309,7 +309,7 @@ library dear-imgui-generator
309309
, DearImGui.Generator.Types
310310
build-depends:
311311
template-haskell
312-
>= 2.15 && < 2.22
312+
>= 2.15 && < 2.24
313313
, containers
314314
>= 0.6.2.1 && < 0.8
315315
, directory
@@ -323,7 +323,7 @@ library dear-imgui-generator
323323
, parser-combinators
324324
>= 1.2.0 && < 1.4
325325
, scientific
326-
>= 0.3.6.2 && < 0.3.8
326+
>= 0.3.6.2 && < 0.4
327327
, text
328328
>= 1.2.4 && < 2.2
329329
, th-lift

0 commit comments

Comments
 (0)