File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cabal-install/tests/UnitTests/Distribution/Client Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module UnitTests.Distribution.Client.InstallPlan (tests) where
66
77import Distribution.Client.Compat.Prelude
88
9- import Distribution.Client.InstallPlan (GenericInstallPlan , IsUnit )
9+ import Distribution.Client.InstallPlan (GenericInstallPlan )
1010import qualified Distribution.Client.InstallPlan as InstallPlan
1111import Distribution.Client.JobControl
1212import Distribution.Client.Types
@@ -223,8 +223,8 @@ arbitraryTestInstallPlan = do
223223-- It takes generators for installed and source packages and the chance that
224224-- each package is installed (for those packages with no prerequisites).
225225arbitraryInstallPlan
226- :: ( IsUnit ipkg
227- , IsUnit srcpkg
226+ :: ( IsNode ipkg
227+ , IsNode srcpkg
228228 )
229229 => (Vertex -> [Vertex ] -> Gen ipkg )
230230 -> (Vertex -> [Vertex ] -> Gen srcpkg )
You can’t perform that action at this time.
0 commit comments