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,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 }}'

View File

@ -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