Merge pull request #71 from tfausak/2022-11-15-devcontainer

Upgrade development container and CI
This commit is contained in:
Taylor Fausak 2022-11-15 20:25:19 -06:00 committed by GitHub
commit 7e4f417c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View File

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

View File

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

3
.gitignore vendored
View File

@ -1,4 +1,3 @@
/.vscode/
/cabal.project.freeze
/cabal.project.local*
/cabal.project.*
/dist-newstyle/