Skip to content

Commit 832a19b

Browse files
committed
Merge pull request #5679 from int-index/parsing-fluke
Remove 'do' in 'instance Text ModuleRenaming' (cherry picked from commit f4d41dd)
1 parent 8db1626 commit 832a19b

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)