Update bound for ghc-9.6 (#174)

* Update bound for ghc-9.6

* Update ci action versions
This commit is contained in:
Tristan de Cacqueray 2023-05-07 14:44:13 +00:00 committed by GitHub
parent 8697aa3a0a
commit 0cc654f190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -4,19 +4,19 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
persist-credentials: false
submodules: true
- uses: cachix/install-nix-action@v16
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v10
- uses: cachix/cachix-action@v12
with:
name: hs-dear-imgui
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-build --version
- run: nix-build --version
- run: nix-build -A hsPkgs.dear-imgui.components.exes

View File

@ -140,7 +140,7 @@ flag use-ImDrawIdx32
common common
build-depends:
base
>= 4.12 && < 4.17
>= 4.12 && < 4.18
default-language:
Haskell2010
@ -291,7 +291,7 @@ library dear-imgui-generator
, DearImGui.Generator.Types
build-depends:
template-haskell
>= 2.15 && < 2.19
>= 2.15 && < 2.21
, containers
^>= 0.6.2.1
, directory
@ -311,7 +311,7 @@ library dear-imgui-generator
, th-lift
>= 0.7 && < 0.9
, transformers
>= 0.5.6 && < 0.6
>= 0.5.6 && < 0.7
, unordered-containers
>= 0.2.11 && < 0.3
@ -382,7 +382,7 @@ executable vulkan
, text-short
^>= 0.1.3
, transformers
^>= 0.5.6.2
>= 0.5.6 && < 0.7
, unliftio
>= 0.2.13 && < 0.2.19
, unliftio-core