packages feed

Monadoro 0.4.0.0 → 0.4.0.1

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Monadoro.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           Monadoro-version:        0.4.0.0+version:        0.4.0.1 synopsis:       A minimalistic CLI Pomodoro timer. description:    A Pomodoro timer with two modes: single-pomodoro (default), and four-pomodoro (`--session`). category:       Tools
README.md view
@@ -57,7 +57,7 @@  # References -[^cirillo_pomodoro]: [The Pomodoro Technique](https://francescocirillo.com/pages/pomodoro-technique), Francesco Cirillo+[^cirillo_pomodoro]: [The Pomodoro Technique](https://web.archive.org/web/20180214191438/francescocirillo.com/pages/pomodoro-technique), Francesco Cirillo [^haskell_blog]: https://haskellblog.wordpress.com/2015/08/05/pomodoro-timer-in-haskell/ [^elektroingenieur]: https://github.com/Elektroingenieur [^belleman]: http://jeromebelleman.gitlab.io/posts/publishing/manpages/
changelog view
@@ -1,3 +1,7 @@+monadoro (4.0.1)++	* Fix a broken link in README.+ monadoro (4.0.0)  	* Add a newline in the end of timer countdown.