From 2404d78385a9bf71ed4fcefb1cd4b6426968b1b0 Mon Sep 17 00:00:00 2001 From: Marcin Szamotulski Date: Sun, 14 Mar 2021 23:21:01 +0100 Subject: [PATCH] Test with ghc-8.10.4 (upgraded from 8.10.2) --- .github/workflows/posix.yml | 4 ++-- default.nix | 2 +- free-category.cabal | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 8281354..16da005 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -28,5 +28,5 @@ jobs: - name: "[GHC 8.8.4] free-category" run: nix-build default.nix --argstr compiler ghc884 -A free-category - - name: "[GHC 8.10.2] free-category" - run: nix-build default.nix --argstr compiler ghc8102 -A free-category + - name: "[GHC 8.10.4] free-category" + run: nix-build default.nix --argstr compiler ghc8104 -A free-category diff --git a/default.nix b/default.nix index 5cf59c3..6f00bdd 100644 --- a/default.nix +++ b/default.nix @@ -1,4 +1,4 @@ -{ compiler ? "ghc8102" +{ compiler ? "ghc8104" }: let compiler-nix-name = compiler; diff --git a/free-category.cabal b/free-category.cabal index f3434ce..4f728a1 100644 --- a/free-category.cabal +++ b/free-category.cabal @@ -23,7 +23,7 @@ extra-source-files: bench/report-O1.md bench/report-O2.md stability: experimental -tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.2 +tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4 source-repository head type: git