3
0
Fork 0
forked from mirrors/nixpkgs

statistics: clean-up

M  pkgs/development/haskell-modules/configuration-common.nix
This commit is contained in:
Anton-Latukha 2020-06-22 20:39:11 +03:00
parent 6e36b3ac40
commit e9d03e9e94
No known key found for this signature in database
GPG key ID: 3D84C07E91802E41

View file

@ -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;