niv-0.2.21: Easy dependency management for Nix projects
Safe HaskellNone
LanguageHaskell2010

Niv.GitHub

Synopsis

Documentation

githubUpdate Source #

Arguments

:: (Bool -> Text -> IO Text)

prefetch

-> (Text -> Text -> Text -> IO Text)

latest revision

-> (Text -> Text -> IO GithubRepo)

get repo

-> Update () () 

The GitHub update function TODO: fetchers for: * npm * hackage * docker * ... ?