Monadoro 0.2.1.3 → 0.2.1.4
raw patch · 2 files changed
+7/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Monadoro.cabal +3/−5
- changelog +4/−0
Monadoro.cabal view
@@ -4,15 +4,13 @@ -- -- see: https://github.com/sol/hpack ----- hash: 3bc52a689b29c7cb0176ab9aabec39631647a38410edf795df2e6813233ddf37+-- hash: a309a0afaffe98de6740e81e6690f8a8786180b7b7523430526123e4c8598558 name: Monadoro-version: 0.2.1.3+version: 0.2.1.4 synopsis: A minimalistic CLI Pomodoro timer. description: A Pomodoro timer with two modes: single-pomodoro (default), and four-pomodoro (`--session`). category: Tools-homepage: https://github.com/https://gitlab.com/kocielnik/monadoro#readme-bug-reports: https://github.com/https://gitlab.com/kocielnik/monadoro/issues author: Patryk Kocielnik maintainer: patryk@kocielnik.pl copyright: 2018-2019 Patryk Kocielnik@@ -25,7 +23,7 @@ source-repository head type: git- location: https://github.com/https://gitlab.com/kocielnik/monadoro+ location: https://gitlab.com/kocielnik/monadoro library exposed-modules:
changelog view
@@ -1,3 +1,7 @@+monadoro (2.1.4)++ * Fix package metadata.+ monadoro (2.1.3) * Fix package metadata.