Skip to content

Commit

Permalink
Fix haddock build
Browse files Browse the repository at this point in the history
Haddock does not allow the caret character here
  • Loading branch information
mightybyte authored and mergify-bot committed Apr 19, 2022
1 parent e619f76 commit a2ff523
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/GitHub/Data/Request.hs
Expand Up @@ -158,9 +158,9 @@ data GenRequest (mt :: MediaType *) (rw :: RW) a where

-- | Command
Command
:: CommandMethod -- ^ command
-> Paths -- ^ path
-> LBS.ByteString -- ^ body
:: CommandMethod -- command
-> Paths -- path
-> LBS.ByteString -- body
-> GenRequest mt 'RW a
deriving (Typeable)

Expand Down

0 comments on commit a2ff523

Please sign in to comment.