Monadoro 0.1.1.1 → 0.1.2.0
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Monadoro.cabal +2/−2
- src/Pomodoro.lhs +1/−1
Monadoro.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: c024b0d0e7fd5dc3f06c74f7a098436ec6d45c719656a86b298a9940de5f298d+-- hash: 653a2abf4fa16463894ecf07ecb4a16eb86a20534df5d73e02b76c8419c18b46 name: Monadoro-version: 0.1.1.1+version: 0.1.2.0 synopsis: A minimalistic CLI Pomodoro timer, based on a library of the same purpose. description: Please see the README on GitLab at <https://gitlab.com/kocielnik/monadoro#readme> category: Tools
src/Pomodoro.lhs view
@@ -42,7 +42,7 @@ > pomodoro Fourth = do > pom Fourth > putStrLn "Take a 30-minute rest now. You just completed 4 pomodoros."-> putStrLn "Thank you for tracking your time with Monadoro."+> putStrLn "Thank you for tracking your time with Haskomodoro." > pomodoro m = do > pom m > delay $ 5 * 60