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 6e41c11 commit d416f60Copy full SHA for d416f60
nix-tools/default.nix
@@ -4,7 +4,13 @@ let
4
pkgSet = mkCabalProjectPkgSet {
5
plan-pkgs = import ./pkgs.nix;
6
pkg-def-extras = [];
7
- modules = [];
+ modules = [
8
+ {
9
+ packages.transformers-compat.components.library.doExactConfig = true;
10
+ packages.time-compat.components.library.doExactConfig = true;
11
+ packages.time-locale-compat.components.library.doExactConfig = true;
12
+ }
13
+ ];
14
};
15
16
hsPkgs = pkgSet.config.hsPkgs;
0 commit comments