diff --git a/cabal2ghci.cabal b/cabal2ghci.cabal
--- a/cabal2ghci.cabal
+++ b/cabal2ghci.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                cabal2ghci
-version:             0.0.1.0
+version:             0.0.1.1
 synopsis:            A tool to generate .ghci file from .cabal
 description:         This is the tool to automatically generate `.ghci` file and `.stylish-haskell.yaml` file from `.cabal`. It currently supports to handle Language Pragmas and hs-src-dirs.
 
@@ -18,9 +18,9 @@
 executable cabal2ghci
   main-is:             cabal2ghci.hs
   -- other-modules:       
-  build-depends:       base ==4.5.*, Cabal == 1.14.*, system-filepath, system-fileio, text, cmdargs, stylish-haskell, yaml, unordered-containers
+  build-depends:       base ==4.*, Cabal, system-filepath, system-fileio, text, cmdargs, stylish-haskell, yaml, unordered-containers
   extensions: DeriveDataTypeable, ExtendedDefaultRules, RecordWildCards, OverloadedStrings, RecordWildCards
 
 source-repository head
   type: git
-  location: https://github.com/konn/cabal2ghci
+  location: https://github.com/konn/cabal2ghci.git
