Skip to content

Commit

Permalink
Merge pull request #5679 from int-index/parsing-fluke
Browse files Browse the repository at this point in the history
Remove 'do' in 'instance Text ModuleRenaming'
  • Loading branch information
23Skidoo authored Nov 11, 2018
2 parents bc6167e + c84255f commit f4d41dd
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 f4d41dd

Please sign in to comment.