Skip to content

Commit c58fd6b

Browse files
authored
Update nix-tools to use cabal 3.10 (#2005)
* Update nix-tools to use cabal 3.10 * ifdLevel 0 * ifdLevel 1 * Bump closure size limit * ifdLevel 2 * Fix github action * ifdLevel 3
1 parent 7a5b657 commit c58fd6b

File tree

540 files changed

+9635
-8039
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

540 files changed

+9635
-8039
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ jobs:
231231
runs-on: [self-hosted, linux]
232232
steps:
233233
- uses: actions/checkout@v3
234-
- name: "Check hix -- run github:haskell/cabal/3.8#cabal-install:exe:cabal -- --version"
235-
run: "HIX_DIR=$(mktemp -d) nix run .#hix --accept-flake-config -- run github:haskell/cabal/3.8#cabal-install:exe:cabal --accept-flake-config --override-input haskellNix . -- --version"
234+
- name: "Check hix -- run github:haskell/cabal/3.10#cabal-install:exe:cabal -- --version"
235+
run: "HIX_DIR=$(mktemp -d) nix run .#hix --accept-flake-config -- run github:haskell/cabal/3.10#cabal-install:exe:cabal --accept-flake-config --override-input haskellNix . -- --version"
236236

237237
nix-tools-build:
238238
runs-on: [self-hosted, linux]

materialized/ghc8107/nix-tools/cabal-files/Cabal-syntax.nix

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

materialized/ghc8107/nix-tools/cabal-files/Cabal.nix

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

materialized/ghc8107/nix-tools/cabal-files/HTTP.nix

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)