This repository was archived by the owner on Aug 18, 2020. It is now read-only.
File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -116,13 +116,20 @@ let
116
116
} ) ;
117
117
} ;
118
118
119
+ metricOverlay = self : super : {
120
+ mkDerivation = args : super . mkDerivation ( args // {
121
+ enablePhaseMetrics = true ;
122
+ } ) ;
123
+ } ;
124
+
119
125
cardanoPkgsBase = ( ( import ./pkgs { inherit pkgs ; } ) . override {
120
126
ghc = overrideDerivation pkgs . haskell . compiler . ghc822 ( drv : {
121
127
patches = drv . patches ++ [ ./ghc-8.0.2-darwin-rec-link.patch ] ;
122
128
} ) ;
123
129
} ) ;
124
130
125
131
activeOverlays = [ requiredOverlay ]
132
+ ++ [ metricOverlay ]
126
133
++ optional enableBenchmarks benchmarkOverlay
127
134
++ optional enableDebugging debugOverlay
128
135
++ optional forceDontCheck dontCheckOverlay ;
Original file line number Diff line number Diff line change 1
1
{
2
- "rev" : " 118431d4d68c68a6605932d94aae0a75a8309d95 " ,
3
- "sha256" : " 0w2a1ll8c5bysjqbm1ljzcgrmf0gkwm1c97xpfsb8k3ns56x4h52 " ,
4
- "sha256unpacked" : " 146z9syzfiq1phq3gs2kacq2zcvyzbpzxy52vhjgxhm1ygy449lm "
2
+ "rev" : " 1377378db42a0d1a9d26c73a1e7fdaa04506ae03 " ,
3
+ "sha256" : " 00yb7d3b1aibwxwkpi4aa5q2s39pp3cdd979ah61cs8sgapac271 " ,
4
+ "sha256unpacked" : " 1in3zkd92h5mvvjx8gdj9jgnfn6l8yrjlmhhf39whj2a6zg8lyly "
5
5
}
You can’t perform that action at this time.
0 commit comments