Villefort 0.1.2.7 → 0.1.2.8
raw patch · 2 files changed
+2/−7 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Main.hs +1/−6
- Villefort.cabal +1/−1
Main.hs view
@@ -5,9 +5,4 @@ import Villefort.Config main :: IO ()-main = villefort def {- database= "/home/chris/data/todo.db"- }--nosugar :: IO [String]-nosugar = pure ["SD","S","S"]+main = villefort def
Villefort.cabal view
@@ -1,5 +1,5 @@ name: Villefort-version: 0.1.2.7+version: 0.1.2.8 synopsis: Villefort is a task manager and time tracker written in haskell. description: Villefort is a browser based time tracker. homepage: https://github.com/Chrisr850/Villefort#readme