File tree Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,13 @@ jobs:
18
18
meta :
19
19
name : Meta checks
20
20
runs-on : ubuntu-latest
21
- <<<<<<< HEAD
22
- =======
23
21
env :
24
22
cabal_build : >-
25
23
cabal build --builddir=dist-newstyle-meta --project-file=cabal.meta.project
26
24
gen-cabal-macros
27
25
gen-paths-module
28
26
gen-spdx
29
27
gen-spdx-exc
30
- >>>>>>> d8147f62c (Rename projects to cabal.*.project)
31
28
# This job is not run in a container, any recent GHC should be fine
32
29
steps :
33
30
- name : Set PATH
@@ -153,9 +150,4 @@ jobs:
153
150
- name : Check Release with Pinned Hackage
154
151
run : cabal build all --dry-run --project-file=cabal.release.project
155
152
- name : Check Release with Latest Hackage
156
- <<<<<<< HEAD
157
- run : cabal build all --dry-run --project-file=cabal.project.release --index-state="hackage.haskell.org HEAD"
158
-
159
- =======
160
153
run : cabal build all --dry-run --project-file=cabal.release.project --index-state="hackage.haskell.org HEAD"
161
- >>>>>>> d8147f62c (Rename projects to cabal.*.project)
Original file line number Diff line number Diff line change @@ -75,15 +75,9 @@ doc/buildinfo-fields-reference.rst : \
75
75
cabal run buildinfo-reference-generator buildinfo-reference-generator/template.zinza | tee $@
76
76
git diff --exit-code $@
77
77
78
- <<<<<<< HEAD
79
78
# analyse-imports
80
79
analyse-imports : phony
81
- find Cabal-syntax/src Cabal/src cabal-install/src -type f -name ' *.hs' | xargs cabal run --builddir=dist-newstyle-meta --project-file=cabal.project.meta analyse-imports --
82
- ====== =
83
- .PHONY : analyse-imports
84
- analyse-imports :
85
80
find Cabal-syntax/src Cabal/src cabal-install/src -type f -name ' *.hs' | xargs cabal run --builddir=dist-newstyle-meta --project-file=cabal.meta.project analyse-imports --
86
- >>>>>>> d8147f62c (Rename projects to cabal.*.project)
87
81
88
82
# ghcid
89
83
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ run() {
10
10
local drv="ghc-$ver"
11
11
echo "$ver"
12
12
nix build -f "$ghcs_nix" $drv
13
- (cd ../; rm -r dist-bootstrap; cabal --distdir=dist-bootstrap build --project-file=cabal.release .project --dry-run cabal-install:exe:cabal -w bootstrap/result/bin/ghc)
13
+ (cd ../; rm -r dist-bootstrap; cabal --distdir=dist-bootstrap build --project-file=cabal.bootstrap .project --dry-run cabal-install:exe:cabal -w bootstrap/result/bin/ghc)
14
14
jq --sort-keys < ../dist-bootstrap/cache/plan.json > "plan-$ver.json"
15
15
cabal run --with-ghc-pkg $PWD/boot_ghc/bin/ghc-pkg -w $PWD/boot_ghc/bin/ghc -v0 cabal-bootstrap-gen -- "plan-$ver.json" | jq --sort-keys | tee "linux-$(echo $ver | tr "_" ".").json"
16
16
}
You can’t perform that action at this time.
0 commit comments