File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ partitionDeps ads ns ds = do
116
116
-- for important dependencies like base).
117
117
checkPVP
118
118
:: Monad m
119
- => (String -> PackageCheck ) -- Warn message dependend on name
119
+ => (String -> PackageCheck ) -- Warn message depends on name
120
120
-- (e.g. "base", "Cabal").
121
121
-> [Dependency ]
122
122
-> CheckM m ()
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ data ConfiguredProgram = ConfiguredProgram
143
143
, programMonitorFiles :: [FilePath ]
144
144
-- ^ In addition to the 'programLocation' where the program was found,
145
145
-- these are additional locations that were looked at. The combination
146
- -- of ths found location and these not-found locations can be used to
146
+ -- of this found location and these not-found locations can be used to
147
147
-- monitor to detect when the re-configuring the program might give a
148
148
-- different result (e.g. found in a different location).
149
149
}
Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ die' verbosity msg = withFrozenCallStack $ do
388
388
=<< pure . addErrorPrefix
389
389
=<< prefixWithProgName msg
390
390
391
- -- Type which will be a wrapper for cabal -expections and cabal-install exceptions
391
+ -- Type which will be a wrapper for cabal -exceptions and cabal-install exceptions
392
392
data VerboseException a = VerboseException CallStack POSIXTime Verbosity a
393
393
deriving (Show , Typeable )
394
394
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ instance KnownIODataMode LBS.ByteString where
80
80
81
81
-- | 'IOData' Wrapper for 'System.IO.hPutStr' and 'System.IO.hClose'
82
82
--
83
- -- This is the dual operation ot 'hGetIODataContents',
83
+ -- This is the dual operation to 'hGetIODataContents',
84
84
-- and consequently the handle is closed with `hClose`.
85
85
--
86
86
-- /Note:/ this performs lazy-IO.
You can’t perform that action at this time.
0 commit comments