Fix haddock formatting

This commit is contained in:
Greg Hale 2018-09-11 23:29:42 -04:00
parent 6734486e06
commit d23195c710
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ data BuildStatus =
deriving (Eq, Ord, Enum, Show)
-- | Result of the build
-- | Result of the build
data BuildResult = BuildResult
{ -- | build status, MiscFailure should be default
status :: !BuildStatus

View File

@ -23,7 +23,7 @@ import System.Nix.Path (PathSet)
data Action = ReturnLive | ReturnDead | DeleteDead | DeleteSpecific
deriving (Eq, Ord, Enum, Show)
-- | Garbage collector operation options
-- | Garbage collector operation options
data Options = Options
{ -- | operation
operation :: !Action

View File

@ -87,7 +87,7 @@ data SubstitutablePathInfo = SubstitutablePathInfo
narSize :: !Integer
} deriving (Eq, Ord, Show)
-- | Information about 'Path'.
-- | Information about @Path@
data ValidPathInfo = ValidPathInfo
{ -- | Path itself
path :: !Path