mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-11 03:06:35 +01:00
Fix typo in doc string
This commit is contained in:
parent
f7f51cd4b2
commit
8d523d98cf
@ -91,7 +91,7 @@ instance FromJSON PackagePlan where
|
||||
ppDesc <- o .: "description"
|
||||
return PackagePlan {..}
|
||||
|
||||
-- | Make a build plan given these package set and build constraints.
|
||||
-- | Make a build plan given this package set and build constraints.
|
||||
newBuildPlan :: MonadIO m => Map PackageName PackagePlan -> BuildConstraints -> m BuildPlan
|
||||
newBuildPlan packagesOrig bc@BuildConstraints {..} = liftIO $ do
|
||||
let toolMap = makeToolMap packagesOrig
|
||||
|
||||
Loading…
Reference in New Issue
Block a user