Skip to content

Commit d416f60

Browse files
committed
nix-tools: Add overrides for -compat libraries
1 parent 6e41c11 commit d416f60

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

nix-tools/default.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ let
44
pkgSet = mkCabalProjectPkgSet {
55
plan-pkgs = import ./pkgs.nix;
66
pkg-def-extras = [];
7-
modules = [];
7+
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+
];
814
};
915

1016
hsPkgs = pkgSet.config.hsPkgs;

0 commit comments

Comments
 (0)