Built on top of bitbar-stackage-lts, this plugin checks stack.yaml
declared resolver for all your public Haskell repositories and if they match the LTS supplied by Stackage.
If you don't already have it, stack will install ghc(i) and needed dependencies on the first run, which can take a while.
More information about BitBar and installing plugins can be found here.
- copy
Main.hs
to your Bitbar plugins folder - replace the username value with your own (right now it says
username = "msrdic"
, which will show my Haskell repos) - rename to
<something>.<update_period>.hs
- make executable (
chmod +x
)