forked from mirrors/nixpkgs
statistics: clean-up
M pkgs/development/haskell-modules/configuration-common.nix
This commit is contained in:
parent
6e36b3ac40
commit
e9d03e9e94
|
@ -51,10 +51,6 @@ self: super: {
|
|||
# Needs older QuickCheck version
|
||||
attoparsec-varword = dontCheck super.attoparsec-varword;
|
||||
|
||||
# Tests are failing
|
||||
# https://github.com/bos/statistics/issues/123
|
||||
statistics = dontCheck super.statistics;
|
||||
|
||||
# These packages (and their reverse deps) cannot be built with profiling enabled.
|
||||
ghc-heap-view = disableLibraryProfiling super.ghc-heap-view;
|
||||
ghc-datasize = disableLibraryProfiling super.ghc-datasize;
|
||||
|
|
Loading…
Reference in a new issue