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 a058fe7 commit 16ba5cdCopy full SHA for 16ba5cd
src/Stack/Types/SourceMap.hs
@@ -111,7 +111,7 @@ data Target
111
= TargetAll !PackageType
112
-- ^ Build all of the default components.
113
| TargetComps !(Set NamedComponent)
114
- -- ^ Only build specific components
+ -- ^ Build only the specified components.
115
116
-- | Combine targets.
117
unionTargets :: Ord k => Map k Target -> Map k Target -> Map k Target
0 commit comments