diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4d08d7f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.cabal linguist-generated=true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87f561c..7652639 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,11 @@ jobs: - "8.10.7" - "9.0.2" - "9.2.4" + include: + - os: ubuntu-latest + ghc: "9.8" + - os: ubuntu-latest + ghc: "9.10" exclude: - os: macOS-latest ghc: 8.8.4