Skip to content

Commit

Permalink
Remove 'do' in 'instance Text ModuleRenaming'
Browse files Browse the repository at this point in the history
  • Loading branch information
int-index committed Nov 11, 2018
1 parent bc6167e commit c84255f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/Distribution/Types/ModuleRenaming.hs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ instance Parsec ModuleRenaming where


instance Text ModuleRenaming where
parse = do fmap ModuleRenaming parseRns
parse = fmap ModuleRenaming parseRns
<++ parseHidingRenaming
<++ return DefaultRenaming
where parseRns = do
Expand Down

0 comments on commit c84255f

Please sign in to comment.