From 6fc434818394c5968c240a2f6a6cad8b33c6295b Mon Sep 17 00:00:00 2001 From: Vincent Hanquez <vincent@snarc.org> Date: Mon, 11 Dec 2017 15:43:13 +0000 Subject: [PATCH] adjust ghc supported --- git.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.cabal b/git.cabal index 5ed60bb..cdfd97b 100644 --- a/git.cabal +++ b/git.cabal @@ -20,7 +20,7 @@ Category: Development Stability: experimental Build-Type: Simple Homepage: https://github.com/vincenthz/hs-git -tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1 +tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2 Cabal-Version: >=1.8 data-files: README.md extra-source-files: tests/*.hs -- GitLab