Skip to content

Commit ef50d79

Browse files
committed
Update comment on Message type
1 parent ed9ec8c commit ef50d79

File tree

1 file changed

+1
-1
lines changed
  • cabal-install-solver/src/Distribution/Solver/Modular

1 file changed

+1
-1
lines changed

cabal-install-solver/src/Distribution/Solver/Modular/Message.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import Distribution.Types.UnqualComponentName
5858

5959
import Text.PrettyPrint ( nest, render )
6060

61-
-- A data type to hold state information for the modular solver.
61+
-- A data type to hold log information from the modular solver.
6262
data Message =
6363
Enter -- ^ increase indentation level
6464
| Leave -- ^ decrease indentation level

0 commit comments

Comments
 (0)