Skip to content

Commit

Permalink
Bump deps (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
jship authored Mar 25, 2024
1 parent b48ef79 commit 1b40bc1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dear-imgui.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ flag use-ImDrawIdx32
common common
build-depends:
base
>= 4.12 && < 4.19
>= 4.12 && < 4.20
default-language:
Haskell2010

Expand Down Expand Up @@ -308,23 +308,23 @@ library dear-imgui-generator
, DearImGui.Generator.Types
build-depends:
template-haskell
>= 2.15 && < 2.21
>= 2.15 && < 2.22
, containers
^>= 0.6.2.1
>= 0.6.2.1 && < 0.8
, directory
>= 1.3 && < 1.4
, filepath
>= 1.4 && < 1.5
>= 1.4 && < 1.6
, inline-c
>= 0.9.0.0 && < 0.10
, megaparsec
>= 9.0 && < 9.4
>= 9.0 && < 9.7
, parser-combinators
>= 1.2.0 && < 1.4
, scientific
>= 0.3.6.2 && < 0.3.8
, text
>= 1.2.4 && < 2.1
>= 1.2.4 && < 2.2
, th-lift
>= 0.7 && < 0.9
, transformers
Expand Down

0 comments on commit 1b40bc1

Please sign in to comment.