Skip to content

Commit 394ab2c

Browse files
committed
Fix #6739 Archive information about Docker images
1 parent 66981c0 commit 394ab2c

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed
File renamed without changes.
File renamed without changes.

mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,10 @@ nav:
133133
- Releases: maintainers/releases.md
134134
- Maintainer team process: maintainers/team_process.md
135135
- Add GHC version: maintainers/ghc.md
136-
- Docker images: maintainers/docker.md
137136
- Upgrading MSYS2: maintainers/msys.md
138137
- Upgrading 7-Zip: maintainers/7zip.md
139138
- HaskellStack.org: maintainers/haskellstack.org.md
140139
- Self-hosted runners: maintainers/self-hosted_runners.md
141-
- Docker images: maintainers/docker_images.md
142140
- Signing key: SIGNING_KEY.md
143141
- How Stack works:
144142
- Build overview: build_overview.md

stack.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22

3-
-- This file has been generated from package.yaml by hpack version 0.38.0.
3+
-- This file has been generated from package.yaml by hpack version 0.38.1.
44
--
55
-- see: https://github.com/sol/hpack
66

@@ -85,10 +85,10 @@ extra-source-files:
8585
doc/glossary.md
8686
doc/install_and_upgrade.md
8787
doc/maintainers/7zip.md
88+
doc/maintainers/archive/docker.md
89+
doc/maintainers/archive/docker_images.md
8890
doc/maintainers/archive/README.md
8991
doc/maintainers/archive/releases.md
90-
doc/maintainers/docker.md
91-
doc/maintainers/docker_images.md
9292
doc/maintainers/ghc.md
9393
doc/maintainers/haskellstack.org.md
9494
doc/maintainers/msys.md

0 commit comments

Comments
 (0)