Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.03 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.03 KB

bitbar-stack-resolver-checker

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.

Preview

preview image

Prerequisites

  1. stack
  2. BitBar

If you don't already have it, stack will install ghc(i) and needed dependencies on the first run, which can take a while.

Usage

More information about BitBar and installing plugins can be found here.

  1. copy Main.hs to your Bitbar plugins folder
  2. replace the username value with your own (right now it says username = "msrdic", which will show my Haskell repos)
  3. rename to <something>.<update_period>.hs
  4. make executable (chmod +x)