Skip to content

Commit f4d41dd

Browse files
authored
Merge pull request #5679 from int-index/parsing-fluke
Remove 'do' in 'instance Text ModuleRenaming'
2 parents bc6167e + c84255f commit f4d41dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cabal/Distribution/Types/ModuleRenaming.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ instance Parsec ModuleRenaming where
112112

113113

114114
instance Text ModuleRenaming where
115-
parse = do fmap ModuleRenaming parseRns
115+
parse = fmap ModuleRenaming parseRns
116116
<++ parseHidingRenaming
117117
<++ return DefaultRenaming
118118
where parseRns = do

0 commit comments

Comments
 (0)