Skip to content

Commit d23195c

Browse files
committed
Fix haddock formatting
1 parent 6734486 commit d23195c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hnix-store-core/src/System/Nix/Build.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3838
data BuildResult = BuildResult
3939
{ -- | build status, MiscFailure should be default
4040
status :: !BuildStatus

hnix-store-core/src/System/Nix/GC.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import System.Nix.Path (PathSet)
2323
data Action = ReturnLive | ReturnDead | DeleteDead | DeleteSpecific
2424
deriving (Eq, Ord, Enum, Show)
2525

26-
-- | Garbage collector operation options
26+
-- | Garbage collector operation options
2727
data Options = Options
2828
{ -- | operation
2929
operation :: !Action

hnix-store-core/src/System/Nix/Path.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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@
9191
data ValidPathInfo = ValidPathInfo
9292
{ -- | Path itself
9393
path :: !Path

0 commit comments

Comments
 (0)