Closed muzimuzhi closed 11 months ago
Thanks! Will be fixed soon.
Three remaining HTTP found in interactive stack ghci
:
./part1.html:294:GHCi, version 9.2.8: http://www.haskell.org/ghc/ :? for help
./part1.html:892:GHCi, version 9.2.8: http://www.haskell.org/ghc/ :? for help
./part1.html:1123:GHCi, version 9.2.8: http://www.haskell.org/ghc/ :? for help
I don't have access to stack
right now but according to https://downloads.haskell.org/ghc/latest/docs/users_guide/ghci.html#introduction-to-ghci HTTPS is already used for GHCi v8.y.z.
Thanks for your attention to detail!
Similar to my previous issue #26 created and resolved almost three years ago, this issue mainly focus on Part 2 and the site for book Real World Haskell.
To be updated to HTTPS (filtered by
grep -rn --exclude-dir=img 'http:' .
)part1.html
andpart2.html
part2.html
andexercises/Examples/FetchWords.hs
part2.html
part2.html
LICENSE
andREADME.md
I didn't take the Part 2, hence don't know if localhost URLs in
part2.html
and its exercises support HTTPS or not.Remaining HTTP-only site