Test GHC 7.10 via base package.
This commit is contained in:
parent
9b1be63b8a
commit
5a7b4ce08f
@ -19,7 +19,7 @@ main =
|
|||||||
describe "AcidStorage on memory only" $
|
describe "AcidStorage on memory only" $
|
||||||
allStorageTests acidMem it runIO parallel shouldBe shouldReturn shouldThrow
|
allStorageTests acidMem it runIO parallel shouldBe shouldReturn shouldThrow
|
||||||
describe "AcidStorage on local storage" $
|
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
|
allStorageTests acidLocal it runIO parallel shouldBe shouldReturn shouldThrow
|
||||||
#else
|
#else
|
||||||
pendingWith "disabled on GHC < 7.10.1, cf. <https://github.com/acid-state/acid-state/issues/55>."
|
pendingWith "disabled on GHC < 7.10.1, cf. <https://github.com/acid-state/acid-state/issues/55>."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user