Skip to content

Commit af86c76

Browse files
committed
Clarify the error message a bit.
Fixes #1007.
1 parent 330f08c commit af86c76

File tree

1 file changed

+1
-1
lines changed
  • Cabal/Distribution/PackageDescription

1 file changed

+1
-1
lines changed

Cabal/Distribution/PackageDescription/Parse.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,4 +1202,4 @@ findIndentTabs = concatMap checkLine
12021202
-- [ "foo", " bar", " \t baz", "\t biz\t", "\t\t \t mib" ]
12031203

12041204
bug :: String -> a
1205-
bug msg = error $ msg ++ ". Consider this a bug."
1205+
bug msg = error $ msg ++ ". Consider this a bug in Cabal."

0 commit comments

Comments
 (0)