File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
hnix-store-core/src/System/Nix Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ data BuildStatus =
3434 deriving (Eq , Ord , Enum , Show )
3535
3636
37- -- | Result of the build
37+ -- | Result of the build
3838data BuildResult = BuildResult
3939 { -- | build status, MiscFailure should be default
4040 status :: ! BuildStatus
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import System.Nix.Path (PathSet)
2323data Action = ReturnLive | ReturnDead | DeleteDead | DeleteSpecific
2424 deriving (Eq , Ord , Enum , Show )
2525
26- -- | Garbage collector operation options
26+ -- | Garbage collector operation options
2727data Options = Options
2828 { -- | operation
2929 operation :: ! Action
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ data SubstitutablePathInfo = SubstitutablePathInfo
8787 narSize :: ! Integer
8888 } deriving (Eq , Ord , Show )
8989
90- -- | Information about ' Path'.
90+ -- | Information about @ Path@
9191data ValidPathInfo = ValidPathInfo
9292 { -- | Path itself
9393 path :: ! Path
You can’t perform that action at this time.
0 commit comments