We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20f78e commit 752a77dCopy full SHA for 752a77d
Cabal/Distribution/Types/BuildInfo.hs
@@ -35,7 +35,7 @@ data BuildInfo = BuildInfo {
35
buildable :: Bool,
36
-- | Tools needed to build this bit.
37
--
38
- -- This is a legacy field that 'buildToolDepends' larely supersedes.
+ -- This is a legacy field that 'buildToolDepends' largely supersedes.
39
40
-- Unless use are very sure what you are doing, use the functions in
41
-- "Distribution.Simple.BuildToolDepends" rather than accessing this
0 commit comments