File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -456,8 +456,8 @@ readLocalPackage pkgDir = do
456
456
, lpWanted = False -- HACK: makes it so that sdist output goes to a log
457
457
-- instead of a file.
458
458
, lpCabalFile = cabalfp
459
- -- NOTE: these aren't the 'correct values, but aren't used in
460
- -- the usage of this function in this module.
459
+ -- NOTE: these aren't the 'correct' values, but aren't used in the usage of
460
+ -- this function in this module.
461
461
, lpTestBench = Nothing
462
462
, lpBuildHaddocks = False
463
463
, lpForceDirty = False
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ mkProjectPackage printWarnings dir buildHaddocks = do
80
80
additionalDepPackage ::
81
81
forall env . (HasPantryConfig env , HasLogFunc env , HasProcessContext env )
82
82
=> Bool
83
+ -- ^ Should Haddock documentation be built for the package?
83
84
-> PackageLocation
84
85
-> RIO env DepPackage
85
86
additionalDepPackage buildHaddocks pl = do
@@ -111,6 +112,7 @@ additionalDepPackage buildHaddocks pl = do
111
112
snapToDepPackage ::
112
113
forall env . (HasPantryConfig env , HasLogFunc env , HasProcessContext env )
113
114
=> Bool
115
+ -- ^ Should Haddock documentation be built for the package?
114
116
-> PackageName
115
117
-> SnapshotPackage
116
118
-> RIO env DepPackage
@@ -281,6 +283,7 @@ loadProjectSnapshotCandidate ::
281
283
=> RawSnapshotLocation
282
284
-> PrintWarnings
283
285
-> Bool
286
+ -- ^ Should Haddock documentation be build for the package?
284
287
-> RIO env (SnapshotCandidate env )
285
288
loadProjectSnapshotCandidate loc printWarnings buildHaddocks = do
286
289
debugRSL <- view rslInLogL
You can’t perform that action at this time.
0 commit comments