Skip to content

Commit d13e968

Browse files
committed
WIP: provision new process dep
1 parent 165d81a commit d13e968

File tree

5 files changed

+12
-16
lines changed

5 files changed

+12
-16
lines changed

bootstrap/bootstrap.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ class PackageSource(Enum):
8787
, "Cabal-tests"
8888
, "Cabal-tree-diff"
8989
, "cabal-install-solver"
90-
, "cabal-install" ]
90+
, "cabal-install"
91+
, "hooks-exe"
92+
]
9193

9294
class Compiler:
9395
def __init__(self, ghc_path: Path):

cabal.project

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,3 @@ import: project-cabal/pkgs.config
44
import: project-cabal/constraints.config
55

66
tests: True
7-
8-
packages: ../process
9-
10-
--source-repository-package
11-
-- type: git
12-
-- location: https://github.com/sheaf/process
13-
-- tag: 161bd84f8cc9367011465eb0ec420e74e01e9d74
14-
-- post-checkout-command: autoreconf -i

cabal.project.bootstrap

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
packages:
2-
Cabal
3-
, Cabal-syntax
4-
, Cabal-hooks
5-
, cabal-install
6-
, cabal-install-solver
1+
import: project-cabal/pkgs/cabal.config
2+
import: project-cabal/pkgs/install.config
73

84
-- Don't include tests or benchmarks for bootstrapping
95
tests: False

project-cabal/pkgs/cabal.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ packages:
33
, Cabal-described
44
, Cabal-syntax
55
, Cabal-hooks
6-
, hooks-exe

project-cabal/pkgs/install.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
packages:
22
cabal-install
33
, cabal-install-solver
4+
, hooks-exe
5+
6+
source-repository-package
7+
type: git
8+
location: https://github.com/sheaf/process
9+
tag: a6af24e973249f8992c274feae382a5d341ad02b
10+
post-checkout-command: autoreconf -i

0 commit comments

Comments
 (0)