Skip to content

Commit 545e61d

Browse files
committed
Remove exactDeps
This is fundamentally incompatible with using `source-repository-package` on a transitive dependency: input-output-hk/haskell.nix#1637
1 parent b5307f4 commit 545e61d

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

nix/haskell.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ haskell-nix.cabalProject' ({ pkgs
5555
cabal
5656
];
5757

58-
# Prevents cabal from choosing alternate plans, so that
59-
# *all* dependencies are provided by Nix.
60-
exactDeps = true;
61-
6258
withHoogle = true;
6359
};
6460
modules =

nix/workbench/shell.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,5 @@ in project.shellFor {
127127
cluster.workbench.workbench
128128
];
129129

130-
# Prevents cabal from choosing alternate plans, so that
131-
# *all* dependencies are provided by Nix.
132-
exactDeps = true;
133-
134130
} // { inherit shellHook;
135131
}

shell.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ let
103103
pkgs.time
104104
];
105105

106-
# Prevents cabal from choosing alternate plans, so that
107-
# *all* dependencies are provided by Nix.
108-
exactDeps = true;
109-
110106
shellHook = ''
111107
echo "DevOps Tools" \
112108
| ${figlet}/bin/figlet -f banner -c \

0 commit comments

Comments
 (0)