Villefort 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Villefort.cabal +3/−3
Villefort.cabal view
@@ -1,5 +1,5 @@ name: Villefort-version: 0.1.0.2+version: 0.1.0.3 synopsis: Villefort is a task manager and time tracker written in haskell. description: It is based off of a sqlite database and has the ability to add new tasks homepage: https://github.com/Chrisr850/Villefort#readme@@ -19,7 +19,7 @@ , Database , Todo , Stats- build-depends: base >= 4.7 && < 5+ build-depends: base >= 4.9 && < 5 , HDBC , HDBC-sqlite3 , split@@ -32,7 +32,7 @@ hs-source-dirs: app main-is: Main.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N - build-depends: base+ build-depends: base , Villefort , scotty , HDBC-sqlite3