Villefort 0.1.1.7 → 0.1.1.8
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Villefort.cabal +1/−1
- src/Villefort/Config.hs +2/−2
Villefort.cabal view
@@ -1,5 +1,5 @@ name: Villefort-version: 0.1.1.7+version: 0.1.1.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
src/Villefort/Config.hs view
@@ -1,4 +1,4 @@- module Villefort.Config where+module Villefort.Config where import System.Process import Villefort.Definitions@@ -10,7 +10,7 @@ weekly = defWeekly, port = 3002, noCustom = False,- dataBasePath = Nothing+ showDatabase = False } defWeekly = Weekly {