haskellPackages.ghc84x.criterion: bump to criterion 1.4.1.0

We need base-compat-0.10 for 8.4, but the older version wanted 0.9.
(Criterion 1.4.1.0 now uses base-compat-batteries-0.10, in fact)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2018-05-31 13:03:46 -05:00
parent c425a1fc50
commit a22faf1060

View file

@ -136,6 +136,8 @@ self: super: {
};
});
## Bounds related: it wants base-compat 0.9.
criterion = super.criterion_1_4_1_0;
## Unmerged