diff --git a/src/VCSWrapper/Git/Safe.hs b/src/VCSWrapper/Git/Safe.hs
--- a/src/VCSWrapper/Git/Safe.hs
+++ b/src/VCSWrapper/Git/Safe.hs
@@ -34,6 +34,8 @@
     , module VCSWrapper.Git.Types
 ) where
 
+import Control.Applicative
+import Prelude
 import System.Directory
 
 import Control.Monad.Trans
diff --git a/vcswrapper.cabal b/vcswrapper.cabal
--- a/vcswrapper.cabal
+++ b/vcswrapper.cabal
@@ -1,5 +1,5 @@
 name: vcswrapper
-version: 0.1.4
+version: 0.1.5
 cabal-version: >=1.8
 build-type: Simple
 license: GPL
