diff --git a/holy-project.cabal b/holy-project.cabal
--- a/holy-project.cabal
+++ b/holy-project.cabal
@@ -2,7 +2,7 @@
 -- see http://haskell.org/cabal/users-guide/
 
 name:                   holy-project
-version:                0.1.1.0
+version:                0.1.1.1
 synopsis:               Start your Haskell project with cabal, git and tests.
 description:            Holy Project is an application wich ask the user
                         some questions and create files to help you
@@ -41,7 +41,7 @@
 
 executable holy-project
   main-is:              Main.hs
-  -- other-modules:
+  other-modules:        Paths_holy_project
   -- other-extensions:
   build-depends:        base >= 4.6 && < 5
                         , ansi-terminal >= 0.6.1.1
@@ -57,6 +57,7 @@
                         , random
                         , http-conduit >= 2.1.1
                         , lens         >= 4.1.2
+                        , lens-aeson
                         , aeson
                         , text
   -- from Tasty cabal with ansi-terminal
@@ -71,6 +72,7 @@
                         , HolyProject.GithubAPI
   other-modules:        HolyProject.GitConfig
                         , HolyProject.MontyPython
+                        , Paths_holy_project
   -- other-modules:
   -- other-extensions:
   build-depends:        base >= 4.6 && < 5
@@ -87,6 +89,7 @@
                         , random
                         , http-conduit  >= 2.1.1
                         , lens          >= 4.1.2
+                        , lens-aeson
                         , aeson
                         , text
   ghc-options:          -Wall
@@ -99,6 +102,7 @@
   main-is:              Test.hs
   other-modules:        HolyProject.GithubAPI.Test
                         , HolyProject.StringUtils.Test
+                        , Paths_holy_project
   default-language:     Haskell2010
   build-depends:        base >=4.6 && < 5
                         , Cabal >= 1.18.0
