I installed Haskell Platform 7.10.2-a1 64bit-signed.pkg on a MacBook Pro running OS X 10.11.1.
It brought up a nice display in Safari. When I click on 'Libraries' and the 'Codec.Compression.Zlib', i get a page of Safari can't find the file
with the url file:///Library/Haskell/ghc-7.10.2-x86_64/lib/zlib-0.5.4.2/doc/html/Codec-Compression-Zlib.html
I searched the output of "ghc-pkg" and found a bunch more missing, including vector
, syb
, split
, parsec
, parallel
, QuickCheck
-- 42 in all.
What did I do wrong? Thanks!