Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit ea15eb3

Browse files
committed
Merge branch 'master' of github.com:haskell/haskell-platform
2 parents 6eb6103 + fdbca32 commit ea15eb3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

hptool/hptool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Executable hptool
5555
containers,
5656
directory,
5757
hastache >=0.6.0,
58-
shake >= 0.14,
58+
shake >= 0.14 && < 0.16,
5959
split,
6060
text,
6161
transformers,

website/templates/new-site/download-os-sections.html.mu

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@ extra-lib-dirs: C:\Program Files\Haskell Platform\{{hpVersion}}\mingw\lib
207207
extra-include-dirs: C:\Program Files\Haskell Platform\{{hpVersion}}\mingw\include
208208
</pre>
209209
Note: cabal config files can contain more than one of each of those lines
210-
&mdash; no need to replace any existing entries. Additionally, you may
211-
want to
210+
&mdash; no need to replace any existing entries. Additionally, you
212211
should double-check that the version component of the path corresponds to
213212
your installed platform.
214213
</div></li>

0 commit comments

Comments
 (0)