Added Functor constraint to keep ghc 7.8.4 happy.
This commit is contained in:
parent
547c32939b
commit
172320ac66
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ convertWithOpts opts = do
|
|||
then 0
|
||||
else optTabStop opts)
|
||||
|
||||
readSources :: MonadIO m => [FilePath] -> m String
|
||||
readSources :: (Functor m, MonadIO m) => [FilePath] -> m String
|
||||
readSources srcs = convertTabs . intercalate "\n" <$>
|
||||
mapM readSource srcs
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue