-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Useful functions that use the GitHub API -- @package github-utils @version 0.1.0 module PullRequestFiles filesByPullRequest :: String -> String -> IO [(Int, [File])] prsTouchingFile :: String -> String -> String -> IO [Int]