Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Stackage/Database/Cron.hs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ addPantryPackage snapId compiler isHidden flags (PantryPackage pcabal pTreeKey)



-- | Download a list of available .html files from S3 bucket for a particular resolver and record
-- | Download a list of available .html files from S3 bucket for a particular snapshot and record
-- in the database which modules have documentation available for them.
checkForDocs :: SnapshotId -> SnapName -> ResourceT (RIO StackageCron) ()
checkForDocs snapshotId snapName = do
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# As this is built on NixOS stable, it has to stay on a GHC that exists on the
# OS.
# I.e. changes here need to be synced with changes to flake.nix and package.nix.
resolver: lts-24.26
snapshot: lts-24.26
extra-deps:
# WARNING: Changing the hoogle version causes stackage-server-cron to regenerate
# Hoogle databases FOR EVERY SNAPSHOT, EVER. Usually, that's ok! But don't
Expand Down
2 changes: 1 addition & 1 deletion templates/stackage-home.hamlet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $newline never
<span>
<a href=@{StackageDiffR previousSnapName name}>View changes

<p .stack-resolver-yaml><a href="https://docs.haskellstack.org/en/stable/GUIDE/#resolvers-and-changing-your-compiler-version">resolver</a>: #{toPathPiece name}
<p .stack-snapshot-yaml><a href="https://docs.haskellstack.org/en/stable/tutorial/building_your_project/#snapshots-and-ghc-versions">snapshot</a>: #{toPathPiece name}
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentation underwent a few changes but this link should be closest to the original material.

Here is the series of relevant changes:


^{hoogleForm}

Expand Down
2 changes: 1 addition & 1 deletion templates/stackage-home.lucius
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ p + ul {
.keyword { color: #366354 }
.url { color: #06537d }

.stack-resolver-yaml {
.stack-snapshot-yaml {
font-size: 1.3em;
font-weight: 600;
}
Loading