From 5a5633cbc2b8e36d00abb0bd675840aa87c55d72 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Wed, 12 Aug 2020 12:15:57 +0100 Subject: [PATCH] Remove the minor version digits from tested-with --- hoogle.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hoogle.cabal b/hoogle.cabal index 3c304d3e..75ff42f2 100644 --- a/hoogle.cabal +++ b/hoogle.cabal @@ -15,7 +15,7 @@ description: or by approximate type signature. homepage: https://hoogle.haskell.org/ bug-reports: https://github.com/ndmitchell/hoogle/issues -tested-with: GHC==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2 +tested-with: GHC==8.10, GHC==8.8, GHC==8.6, GHC==8.4, GHC==8.2 extra-doc-files: README.md CHANGES.txt