This repository was archived by the owner on Feb 3, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed
website/templates/new-site Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 189
189
< p > Run the installer and
190
190
follow the instructions . < / p >
191
191
< / li >
192
- < li >
193
- < div class = "step-number" > 2 < /div >
194
- < div class = "step-body" >
195
- Modify your cabal config
196
- file (you can verify the
197
- location by running "cabal
198
- user-config init" ) to
199
- contain the following lines :
200
- < pre >
201
- extra - prog - path : C :\Program Files \Haskell Platform \{{hpVersion }}\msys \usr \bin
202
- extra - lib - dirs : C :\Program Files \Haskell Platform \{{hpVersion }}\mingw \lib
203
- extra - include - dirs : C :\Program Files \Haskell Platform \{{hpVersion }}\mingw \include
204
- < / pre >
205
- Note : cabal config files can contain more than one of each of those lines
206
- &mdash ; no need to replace any existing entries . Additionally , you
207
- should double - check that the version component of the path corresponds to
208
- your installed platform .
209
- < /div >< / li >
210
192
< li >
211
- < div class = "step-number" > 3 < /div >
193
+ < div class = "step-number" > 2 < /div >
212
194
< div class = "step-body" > Start WinGHCi from the Start menu and have fun !< /div >
213
195
< / li >
214
196
You can’t perform that action at this time.
0 commit comments