From cdc8405b10350c2eb495ed8ee3af5fe03a47c9cb Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sun, 21 Nov 2021 13:59:35 +0000 Subject: [PATCH] Remove mentions of GHC 8.x --- README.md | 2 +- data/15-regressions.blt | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 58119e9..76ad1bf 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ log the size of the input, but _not_ the full input/output of requests.) # Other usage notes -- Supports GHC versions `8.6`, `8.8`, `8.10`. +- Supports GHC version `9.0.x`. - included in stackage with lts>=10.0 (or nightlies dating to >=2017-11-15) - config (file) documentation is lacking. - some config values can not be configured via commandline yet. diff --git a/data/15-regressions.blt b/data/15-regressions.blt index e288114..df2dada 100644 --- a/data/15-regressions.blt +++ b/data/15-regressions.blt @@ -497,15 +497,12 @@ v = A { .. } where b = 2 v = A { a = 1, b = 2, c = 3 } #test issue 63 a -#pending fix does not work on 8.0.2 test :: Proxy 'Int #test issue 63 b -#pending fix does not work on 8.0.2 test :: Proxy '[ 'True] #test issue 63 c -#pending fix does not work on 8.0.2 test :: Proxy '[Bool] #test issue 64