diff --git a/Villefort.cabal b/Villefort.cabal
--- a/Villefort.cabal
+++ b/Villefort.cabal
@@ -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
