File tree Expand file tree Collapse file tree 5 files changed +12
-16
lines changed Expand file tree Collapse file tree 5 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,9 @@ class PackageSource(Enum):
87
87
, "Cabal-tests"
88
88
, "Cabal-tree-diff"
89
89
, "cabal-install-solver"
90
- , "cabal-install" ]
90
+ , "cabal-install"
91
+ , "hooks-exe"
92
+ ]
91
93
92
94
class Compiler :
93
95
def __init__ (self , ghc_path : Path ):
Original file line number Diff line number Diff line change @@ -4,11 +4,3 @@ import: project-cabal/pkgs.config
4
4
import : project-cabal/constraints.config
5
5
6
6
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
Original file line number Diff line number Diff line change 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
7
3
8
4
-- Don't include tests or benchmarks for bootstrapping
9
5
tests: False
Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ packages:
3
3
, Cabal-described
4
4
, Cabal-syntax
5
5
, Cabal-hooks
6
- , hooks-exe
Original file line number Diff line number Diff line change 1
1
packages:
2
2
cabal-install
3
3
, 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
You can’t perform that action at this time.
0 commit comments