mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2024-11-22 08:56:59 +00:00
Update bound for ghc-9.6 (#174)
* Update bound for ghc-9.6 * Update ci action versions
This commit is contained in:
parent
8697aa3a0a
commit
0cc654f190
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -4,16 +4,16 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.4.0
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- uses: cachix/install-nix-action@v16
|
- uses: cachix/install-nix-action@v20
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
|
|
||||||
- uses: cachix/cachix-action@v10
|
- uses: cachix/cachix-action@v12
|
||||||
with:
|
with:
|
||||||
name: hs-dear-imgui
|
name: hs-dear-imgui
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
@ -140,7 +140,7 @@ flag use-ImDrawIdx32
|
|||||||
common common
|
common common
|
||||||
build-depends:
|
build-depends:
|
||||||
base
|
base
|
||||||
>= 4.12 && < 4.17
|
>= 4.12 && < 4.18
|
||||||
default-language:
|
default-language:
|
||||||
Haskell2010
|
Haskell2010
|
||||||
|
|
||||||
@ -291,7 +291,7 @@ library dear-imgui-generator
|
|||||||
, DearImGui.Generator.Types
|
, DearImGui.Generator.Types
|
||||||
build-depends:
|
build-depends:
|
||||||
template-haskell
|
template-haskell
|
||||||
>= 2.15 && < 2.19
|
>= 2.15 && < 2.21
|
||||||
, containers
|
, containers
|
||||||
^>= 0.6.2.1
|
^>= 0.6.2.1
|
||||||
, directory
|
, directory
|
||||||
@ -311,7 +311,7 @@ library dear-imgui-generator
|
|||||||
, th-lift
|
, th-lift
|
||||||
>= 0.7 && < 0.9
|
>= 0.7 && < 0.9
|
||||||
, transformers
|
, transformers
|
||||||
>= 0.5.6 && < 0.6
|
>= 0.5.6 && < 0.7
|
||||||
, unordered-containers
|
, unordered-containers
|
||||||
>= 0.2.11 && < 0.3
|
>= 0.2.11 && < 0.3
|
||||||
|
|
||||||
@ -382,7 +382,7 @@ executable vulkan
|
|||||||
, text-short
|
, text-short
|
||||||
^>= 0.1.3
|
^>= 0.1.3
|
||||||
, transformers
|
, transformers
|
||||||
^>= 0.5.6.2
|
>= 0.5.6 && < 0.7
|
||||||
, unliftio
|
, unliftio
|
||||||
>= 0.2.13 && < 0.2.19
|
>= 0.2.13 && < 0.2.19
|
||||||
, unliftio-core
|
, unliftio-core
|
||||||
|
Loading…
Reference in New Issue
Block a user