Fix typo in doc string

This commit is contained in:
Chris Done 2015-01-08 12:59:01 +01:00
parent f7f51cd4b2
commit 8d523d98cf

View File

@ -91,7 +91,7 @@ instance FromJSON PackagePlan where
ppDesc <- o .: "description" ppDesc <- o .: "description"
return PackagePlan {..} 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 :: MonadIO m => Map PackageName PackagePlan -> BuildConstraints -> m BuildPlan
newBuildPlan packagesOrig bc@BuildConstraints {..} = liftIO $ do newBuildPlan packagesOrig bc@BuildConstraints {..} = liftIO $ do
let toolMap = makeToolMap packagesOrig let toolMap = makeToolMap packagesOrig