diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7eb3a89..ecf6f9c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,11 +13,8 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macOS-latest] - ghc: ['9.2', '9.4'] + ghc: ['9.4', '9.6'] cabal: ['3.10'] - include: - - ghc: '9.2' - executable: true steps: - uses: actions/checkout@v3 diff --git a/cabal.project b/cabal.project index 4f8721c..be66953 100644 --- a/cabal.project +++ b/cabal.project @@ -3,9 +3,9 @@ packages: . source-repository-package type: git location: https://github.com/lucasvreis/lvar.git - tag: b5c16f1f48a784bdb0578a663c3bb0d355fe0fc6 + tag: b92b8c3d804b83c0b516f23f2b4486d119a24a50 source-repository-package type: git location: https://github.com/lucasvreis/unionmount.git - tag: 5fef2d328b5c15b9feec7ca0dd71d2d403c39941 + tag: cd3d6b404046dbfb803677c3e5be4139251e8f94