Skip to content

Check your Haskell stack projects for resolver versions and if they're on latest

License

Notifications You must be signed in to change notification settings

msrdic/bitbar-stack-resolver-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Check your Haskell stack projects for resolver versions and if they're on latest

Topics

Resources

License

Stars

Watchers

Forks