minor typo fixes throughout
problematic flexibility
This commit is contained in:
parent
4fd28807c1
commit
64e844e1fe
19 changed files with 22 additions and 22 deletions
|
@ -70,7 +70,7 @@ preferredBundledPrograms = catMaybes
|
|||
, Just "sh"
|
||||
#endif
|
||||
#ifndef darwin_HOST_OS
|
||||
-- wget on OSX has been problimatic, looking for certs in the wrong
|
||||
-- wget on OSX has been problematic, looking for certs in the wrong
|
||||
-- places. Don't ship it, use curl or the OSX's own wget if it has
|
||||
-- one.
|
||||
, ifset SysConfig.wget "wget"
|
||||
|
|
|
@ -620,7 +620,7 @@ mangleCode = flip_colon
|
|||
void $ string "= "
|
||||
return $ "= do { " ++ x ++ " <- return $ "
|
||||
|
||||
{- Embedded files use unsafe packing, which is problimatic
|
||||
{- Embedded files use unsafe packing, which is problematic
|
||||
- for several reasons, including that GHC sometimes omits trailing
|
||||
- newlines in the file content, which leads to the wrong byte
|
||||
- count. Also, GHC sometimes outputs unicode characters, which
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue