We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb10ec commit 0fd4714Copy full SHA for 0fd4714
flake.nix
@@ -102,6 +102,10 @@
102
// lib.optionalAttrs (lib.versionAtLeast super.ghc.version "9.10") {
103
# Please check after flake.lock updates whether some of these overrides can be removed
104
microstache = doJailbreak super.microstache;
105
+ }
106
+ // lib.optionalAttrs (lib.versionAtLeast super.ghc.version "9.12") {
107
+ # Please check after flake.lock updates whether some of these overrides can be removed
108
+ statistics = doJailbreak super.statistics;
109
};
110
111
0 commit comments