hs-snowtify: snowtify send your result of `stack build` (`stack test`) to notify-daemon :dog2:

[ mit, program, simple ] [ Propose Tags ]

snowtify send your result of `stack build` (`stack test`) to notify-daemon :dog2:


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies base (>=4.7 && <5), either, safe, safe-exceptions, text, turtle [details]
License MIT
Copyright aiya000
Author aiya000
Maintainer aiya000.develop@gmail.com
Category Simple
Home page https://github.com/aiya000/hs-snowtify#README.md
Uploaded by aiya000 at 2017-07-22T12:34:43Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables snowtify
Downloads 844 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2017-07-22 [all 3 reports]

Readme for hs-snowtify-0.1.0.0

[back to package description]

hs-snowtify

snowtify send your result of stack build (stack test) to notify-daemon 🐕

screenshot

🎶 Usage 🎶

$ snowtify test
(`stack test` results is shown, it is like above screenshot)
$ snowtify build
(same as snowtify test, but stack build is executed)
$ snowtify
(same as snowtify build, snowtify run build by default)

💪 Example 💪

$ dunst &
(dunst is a notify-daemon)
$ cd <some haskell project directory>
$ watchexec -w . 'snotify test'
(`stack test` results is shown after you update some file)

♦️ How to install this ? ♦️

  • This way is never supported now 1. Use haskell-stack
$ stack install snowtify
    1. Use cabal
$ cabal install snowtify