diff --git a/.devcontainer/compose.yaml b/.devcontainer/compose.yaml index 2225809..e2e07f4 100644 --- a/.devcontainer/compose.yaml +++ b/.devcontainer/compose.yaml @@ -1,7 +1,7 @@ services: devcontainer: command: sh -c 'while sleep 1; do :; done' - image: public.ecr.aws/v6m6o3k4/haskell:9.2.4-a853e18e0505bc9590dd6eaa31231ae2610fbfa8 + image: public.ecr.aws/acilearning/haskell:9.2.5-7bd251ac55c29968002b10e3d012562e86d3f218 init: true volumes: - ..:/workspaces/witch diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 1c4326a..4998d69 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -39,7 +39,7 @@ jobs: matrix: include: - { platform: ubuntu, ghc: 9.4.2 } - - { platform: ubuntu, ghc: 9.2.4 } + - { platform: ubuntu, ghc: 9.2.5 } - { platform: ubuntu, ghc: 9.0.2 } - { platform: macos, ghc: 9.4.2 } - { platform: windows, ghc: 9.4.2 } @@ -65,8 +65,6 @@ jobs: with: ghc-version: ${{ matrix.ghc }} - - run: ghc-pkg list - - run: cabal configure --enable-tests --flags pedantic --jobs - run: cat cabal.project.local diff --git a/.gitignore b/.gitignore index 7551cda..77f582e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ /.vscode/ -/cabal.project.freeze -/cabal.project.local* +/cabal.project.* /dist-newstyle/