mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
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;
|
||||
|
||||
# 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;
|
||||
syb = self.syb_0_7;
|
||||
vector = super.vector_0_12_0_1;
|
||||
|
||||
# Work around overly restrictive constraints on the version of 'base'.
|
||||
doctest = doJailbreak super.doctest;
|
||||
|
Loading…
Reference in New Issue
Block a user