Test GHC 7.10 via base package.

This commit is contained in:
Felipe Lessa 2015-06-01 03:15:14 -03:00
parent 9b1be63b8a
commit 5a7b4ce08f
No known key found for this signature in database
GPG Key ID: A764D1843E966829

View File

@ -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. <https://github.com/acid-state/acid-state/issues/55>."