From 660e3020f5bbda277278355a861d8e3d6ebeeec8 Mon Sep 17 00:00:00 2001 From: alexwl Date: Wed, 8 May 2019 13:36:33 +0300 Subject: Add support for GHC 8.6.5 --- test/Main.hs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/Main.hs') diff --git a/test/Main.hs b/test/Main.hs index e4bd4f0..13bbe29 100644 --- a/test/Main.hs +++ b/test/Main.hs @@ -155,9 +155,11 @@ moduleInfoSpec modInfo = HCE.idOccMap (modInfo :: HCE.ModuleInfo) `shouldBe` testIdOccMap stackYamlArg :: [String] -#if MIN_VERSION_GLASGOW_HASKELL(8,6,4,0) +#if MIN_VERSION_GLASGOW_HASKELL(8,6,5,0) stackYamlArg = [] -#elif MIN_VERSION_GLASGOW_HASKELL(8,6,1,0) +#elif MIN_VERSION_GLASGOW_HASKELL(8,6,4,0) +stackYamlArg = ["--stack-yaml=stack-8.6.4.yaml"] +#elif MIN_VERSION_GLASGOW_HASKELL(8,6,3,0) stackYamlArg = ["--stack-yaml=stack-8.6.3.yaml"] #elif MIN_VERSION_GLASGOW_HASKELL(8,4,4,0) stackYamlArg = ["--stack-yaml=stack-8.4.4.yaml"] -- cgit v1.2.3