Skip to content
Snippets Groups Projects
Commit 5574dfff authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Merge pull request #2523 from hdgarrood/fix-redundant-constraint

Fix a redundant constraint
parents f5020d41 5f2c62c1
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ fakeLookupInstalledPackageId fakeMap index pkg = ...@@ -104,7 +104,7 @@ fakeLookupInstalledPackageId fakeMap index pkg =
-- --
-- Returns such packages along with the dependencies that they're missing. -- Returns such packages along with the dependencies that they're missing.
-- --
brokenPackages :: (HasInstalledPackageId pkg, PackageFixedDeps pkg) brokenPackages :: (PackageFixedDeps pkg)
=> FakeMap => FakeMap
-> PackageIndex pkg -> PackageIndex pkg
-> [(pkg, [InstalledPackageId])] -> [(pkg, [InstalledPackageId])]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment