Skip to content
Snippets Groups Projects
Commit 60f20a41 authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix small typo in OpTestDelay/duration definition

The extra space results in inaccessible names; currently GHC doesn't
flag this as an error, but I've filled an upstream bug for that
(http://hackage.haskell.org/trac/ghc/ticket/7484

).

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 9d3867b1
No related branches found
No related tags found
No related merge requests found
......@@ -1210,7 +1210,7 @@ pAllowFailover = defaultFalse "allow_failover"
-- | Duration parameter for 'OpTestDelay'.
pDelayDuration :: Field
pDelayDuration =
renameField "DelayDuration "$ simpleField "duration" [t| Double |]
renameField "DelayDuration" $ simpleField "duration" [t| Double |]
-- | on_master field for 'OpTestDelay'.
pDelayOnMaster :: Field
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment