mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
haskell-criterion: update override for ghc 8.4.x
This commit is contained in:
parent
07db547c19
commit
81a85ae486
1 changed files with 1 additions and 3 deletions
|
@ -123,9 +123,6 @@ self: super: {
|
|||
};
|
||||
});
|
||||
|
||||
## Bounds related: it wants base-compat 0.9.
|
||||
criterion = super.criterion_1_4_1_0;
|
||||
|
||||
## Unmerged
|
||||
|
||||
## Unmerged. PR: https://github.com/wrengr/bytestring-trie/pull/3
|
||||
|
@ -395,6 +392,7 @@ self: super: {
|
|||
# Older versions don't compile.
|
||||
base-compat = self.base-compat_0_10_4;
|
||||
brick = self.brick_0_37_1;
|
||||
criterion = super.criterion_1_5_0_0;
|
||||
dhall = self.dhall_1_15_0;
|
||||
# This is probably obsolete:
|
||||
# dhall_1_15_0 = doJailbreak super.dhall_1_15_0; # support ansi-terminal 0.8.x
|
||||
|
|
Loading…
Reference in a new issue