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 committed Apr 1, 2019
1 parent 0c31bbd commit b243a11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/GitHub/Data/Request.hs
Expand Up @@ -157,9 +157,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 b243a11

Please sign in to comment.