diff --git a/gitlib-cross.cabal b/gitlib-cross.cabal
--- a/gitlib-cross.cabal
+++ b/gitlib-cross.cabal
@@ -1,5 +1,5 @@
 Name:                gitlib-cross
-Version:             2.2.0.0
+Version:             3.0.0
 Synopsis:            Run tests between repositories
 License-file:        LICENSE
 License:             MIT
@@ -33,10 +33,10 @@
     Hs-source-dirs: test
     Build-depends: 
           base >=3
-        , gitlib             >= 2.2.0.0
-        , gitlib-test        >= 2.2.0.0
-        , gitlib-libgit2     >= 2.2.0.0
-        , gitlib-cmdline     >= 2.2.0.0
+        , gitlib             >= 3.0.0
+        , gitlib-test        >= 3.0.0
+        , gitlib-libgit2     >= 3.0.0
+        , gitlib-cmdline     >= 3.0.0
         , HUnit              >= 1.2.5
         , hspec              >= 1.4.4
         , hspec-expectations >= 0.3
diff --git a/test/Smoke.hs b/test/Smoke.hs
--- a/test/Smoke.hs
+++ b/test/Smoke.hs
@@ -2,6 +2,7 @@
 {-# LANGUAGE ConstraintKinds #-}
 {-# LANGUAGE TypeFamilies #-}
 {-# LANGUAGE FlexibleContexts #-}
+
 {-# OPTIONS_GHC -fno-warn-unused-do-bind #-}
 {-# OPTIONS_GHC -fno-warn-wrong-do-bind #-}
 {-# OPTIONS_GHC -fno-warn-name-shadowing #-}
