niv-0.2.14: Easy dependency management for Nix projects

Safe HaskellNone
LanguageHaskell2010

Niv.GitHub.API

Synopsis

Documentation

abortCouldNotFetchGitHubRepo :: Text -> (Text, Text) -> IO a Source #

TODO: Error instead of T.Text?

githubLatestRev Source #

Arguments

:: Text

owner

-> Text

repo

-> Text

branch

-> IO Text 

Get the latest revision for owner, repo and branch. TODO: explain no error handling