Skip to content

Commit bd1670a

Browse files
committed
Update bootstrap plans for hooks-exe
This commit updates the bootstrap plans to account for the new local hooks-exe package, which cabal-install depends on.
1 parent bbd8f4a commit bd1670a

File tree

9 files changed

+3225
-3156
lines changed

9 files changed

+3225
-3156
lines changed

bootstrap/bootstrap.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ class PackageSource(Enum):
8484
local_packages: List[PackageName] = [ "Cabal-syntax"
8585
, "Cabal"
8686
, "Cabal-hooks"
87-
, "Cabal-QuickCheck"
88-
, "Cabal-described"
89-
, "Cabal-tests"
90-
, "Cabal-tree-diff"
9187
, "cabal-install-solver"
9288
, "cabal-install"
9389
, "hooks-exe"

0 commit comments

Comments
 (0)