mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 21:33:49 +00:00
haskell-hspec: update override for ghc 8.4.x
This commit is contained in:
parent
ed111be99a
commit
0a635d3b78
@ -397,9 +397,9 @@ self: super: {
|
||||
dhall_1_13_0 = doJailbreak super.dhall_1_14_0; # support ansi-terminal 0.8.x
|
||||
HaTeX = self.HaTeX_3_19_0_0;
|
||||
hpack = self.hpack_0_28_2;
|
||||
hspec = dontCheck super.hspec_2_5_3;
|
||||
hspec-core = dontCheck super.hspec-core_2_5_3;
|
||||
hspec-discover = self.hspec-discover_2_5_3;
|
||||
hspec = dontCheck super.hspec_2_5_4;
|
||||
hspec-core = dontCheck super.hspec-core_2_5_4;
|
||||
hspec-discover = self.hspec-discover_2_5_4;
|
||||
hspec-smallcheck = self.hspec-smallcheck_0_5_2;
|
||||
matrix = self.matrix_0_3_6_1;
|
||||
pandoc = self.pandoc_2_2_1;
|
||||
|
Loading…
Reference in New Issue
Block a user