Skip to content

Commit bd01a31

Browse files
authored
Merge pull request #338 from juhp/patch-1
a fix and a url update
2 parents 6d6b20e + 7e795ed commit bd01a31

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-22.6
1+
resolver: lts-22.43
22
extra-deps:
33
# WARNING: Changing the hoogle version causes stackage-server-cron to regenerate
44
# Hoogle databases FOR EVERY SNAPSHOT, EVER. Usually, that's ok! But don't
@@ -13,7 +13,7 @@ extra-deps:
1313
# waste. (4) Stackage's Hoogle search will be unavailable until the new
1414
# databases have been generated.
1515
- hoogle-5.0.18.4@sha256:1372458e97dff541fcda099236af7936bf93ee6b8c5d15695ee6d9426dff5eed,3171
16-
- safe-0.3.20@sha256:7813ad56161f57d5162a924de5597d454162a2faed06be6e268b37bb5c19d48d,2312
16+
# for patched pantry-0.5.7
1717
- Cabal-3.8.1.0@sha256:77121d8e1aff14a0fd95684b751599db78a7dd26d55862d9fcef27c88b193e9d,12609
1818
- Cabal-syntax-3.8.1.0@sha256:ed2d937ba6c6a20b75850349eedd41374885fc42369ef152d69e2ba70f44f593,7620
1919
- git: https://github.com/commercialhaskell/pantry.git

templates/blog-post.hamlet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
<a href=@?{addPreview $ BlogPostR (postYear post') (postMonth post') (postSlug post')}>
1717
#{postTitle post'}
1818
&mdash;
19-
<abbr title=#{show $ postTime post}>#{dateDiff now (utctDay $ postTime post')}
19+
<abbr title=#{show $ postTime post'}>#{dateDiff now (utctDay $ postTime post')}

templates/package.hamlet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $newline never
4747
$if isNothing msppi
4848
<p .add-to-nightly>
4949
This package is not currently in any snapshots. If you're interested in using it, we recommend #
50-
<a href="https://github.com/fpco/stackage/#add-your-package">adding it to Stackage Nightly
50+
<a href="https://github.com/commercialhaskell/stackage/#add-your-package">adding it to Stackage Nightly
5151
. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.
5252
$else
5353
<p>

0 commit comments

Comments
 (0)