haskellPackages.sdp*: disable library profiling
All reverse dependencies of sdp also need their profiling disabled in order to successfully compile.
This commit is contained in:
parent
c52815aa6d
commit
bc0c1f4597
1 changed files with 9 additions and 0 deletions
|
@ -2239,5 +2239,14 @@ self: super: {
|
|||
|
||||
# https://github.com/andreymulik/sdp/issues/3
|
||||
sdp = disableLibraryProfiling super.sdp;
|
||||
sdp-binary = disableLibraryProfiling super.sdp-binary;
|
||||
sdp-deepseq = disableLibraryProfiling super.sdp-deepseq;
|
||||
sdp-hashable = disableLibraryProfiling super.sdp-hashable;
|
||||
sdp-io = disableLibraryProfiling super.sdp-io;
|
||||
sdp-quickcheck = disableLibraryProfiling super.sdp-quickcheck;
|
||||
sdp4bytestring = disableLibraryProfiling super.sdp4bytestring;
|
||||
sdp4text = disableLibraryProfiling super.sdp4text;
|
||||
sdp4unordered = disableLibraryProfiling super.sdp4unordered;
|
||||
sdp4vector = disableLibraryProfiling super.sdp4vector;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
Loading…
Reference in a new issue