niv-0.2.21: 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

lookupEnv' :: String -> IO (Maybe String) Source #

Like lookupEnv "foo" but also looks up NIV_foo