haskell-hspec-meta: use latest version when compiling with ghc-8.2.x
Fixes https://github.com/hspec/hspec/issues/323.
This commit is contained in:
parent
4a599a688e
commit
e59c532c23
@ -60,9 +60,10 @@ self: super: {
|
|||||||
ghc-syb-utils = dontCheck super.ghc-syb-utils;
|
ghc-syb-utils = dontCheck super.ghc-syb-utils;
|
||||||
|
|
||||||
# Older, LTS-8-based versions don't compile.
|
# Older, LTS-8-based versions don't compile.
|
||||||
vector = super.vector_0_12_0_1;
|
hspec-meta = self.hspec-meta_2_4_4;
|
||||||
primitive = self.primitive_0_6_2_0;
|
primitive = self.primitive_0_6_2_0;
|
||||||
syb = self.syb_0_7;
|
syb = self.syb_0_7;
|
||||||
|
vector = super.vector_0_12_0_1;
|
||||||
|
|
||||||
# Work around overly restrictive constraints on the version of 'base'.
|
# Work around overly restrictive constraints on the version of 'base'.
|
||||||
doctest = doJailbreak super.doctest;
|
doctest = doJailbreak super.doctest;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user