diff --git a/serversession-backend-acid-state/tests/Main.hs b/serversession-backend-acid-state/tests/Main.hs index b274e6f..6ec504e 100644 --- a/serversession-backend-acid-state/tests/Main.hs +++ b/serversession-backend-acid-state/tests/Main.hs @@ -19,7 +19,7 @@ main = describe "AcidStorage on memory only" $ allStorageTests acidMem it runIO parallel shouldBe shouldReturn shouldThrow describe "AcidStorage on local storage" $ -#if MIN_TOOL_VERSION_ghc(7,10,1) +#if MIN_VERSION_base(4,8,0) allStorageTests acidLocal it runIO parallel shouldBe shouldReturn shouldThrow #else pendingWith "disabled on GHC < 7.10.1, cf. ."