Skip to content

Commit e194c06

Browse files
committed
Remove further remnants of the install script
1 parent d340115 commit e194c06

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

.github/workflows/bench.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
, "**.md"
2929
, "**/LICENSE"
3030
, ".circleci/**"
31-
, "install/**"
3231
, "**.nix"
3332
, "**/test/**"
3433
, "flake.lock"

.github/workflows/caching.yml

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
paths_ignore: '["**/docs/**"
6464
, "**.md"
6565
, "**/LICENSE"
66-
, "install/**"
6766
, "**.nix"
6867
, "flake.lock"
6968
, "**/README.md"

.github/workflows/flags.yml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
paths_ignore: '[ "**/docs/**"
2828
, "**.md"
2929
, "**/LICENSE"
30-
, "install/**"
3130
, "**.nix"
3231
, "flake.lock"
3332
, "**/README.md"

.github/workflows/nix.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
, "**.md"
2929
, "**/LICENSE"
3030
, ".circleci/**"
31-
, "install/**"
3231
, "**/README.md"
3332
, "FUNDING.yml"
3433
, "**/stack*.yaml"

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
paths_ignore: '[ "**/docs/**"
2929
, "**.md"
3030
, "**/LICENSE"
31-
, "install/**"
3231
, "**.nix"
3332
, "flake.lock"
3433
, "**/README.md"

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
dist-newstyle
22
.stack-work
33
/hie.yaml
4-
/install/hie.yaml
54
cabal.project.local
65
*~
76
*.lock

0 commit comments

Comments
 (0)