From 53d59f97b272152e6bba3fbd466a68377cba8956 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Mon, 6 Nov 2023 19:49:43 +0000 Subject: [PATCH] Tweak README --- README.md | 2 +- src/Test/Tasty/Bench.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19fe83c..7cc4b0a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ is up to 6x faster than `criterion` and up to 8x faster than `gauge`. `tasty-bench` is a native Haskell library and works everywhere, where GHC does, including WASM. We support a full range of architectures (`i386`, `amd64`, `armhf`, `arm64`, `ppc64le`, `s390x`) and operating systems (Linux, Windows, macOS, -FreeBSD, OpenBSD, NetBSD), plus any GHC from 7.0 to 9.6. +FreeBSD, OpenBSD, NetBSD), plus any GHC from 7.0 to 9.8. ## How is it possible? diff --git a/src/Test/Tasty/Bench.hs b/src/Test/Tasty/Bench.hs index 38f6878..e83a857 100644 --- a/src/Test/Tasty/Bench.hs +++ b/src/Test/Tasty/Bench.hs @@ -27,7 +27,7 @@ machine is up to 16x faster than @criterion@ and up to 4x faster than GHC does, including WASM. We support a full range of architectures (@i386@, @amd64@, @armhf@, @arm64@, @ppc64le@, @s390x@) and operating systems (Linux, Windows, macOS, FreeBSD, OpenBSD, NetBSD), plus any GHC -from 7.0 to 9.6. +from 7.0 to 9.8. === How is it possible?