diff --git a/cblrepo.cabal b/cblrepo.cabal
--- a/cblrepo.cabal
+++ b/cblrepo.cabal
@@ -1,5 +1,5 @@
 name: cblrepo
-version: 0.2.1
+version: 0.2.2
 cabal-version: >= 1.6
 license: OtherLicense
 license-file: LICENSE-2.0
diff --git a/src/Util/Translation.hs b/src/Util/Translation.hs
--- a/src/Util/Translation.hs
+++ b/src/Util/Translation.hs
@@ -275,8 +275,8 @@
         pkgDesc = synopsis pd
         url = if null (homepage pd) then "http://hackage.haskell.org/package/${_hkgname}" else (homepage pd)
         lic = display (license pd)
-        makeDepends = if hasLib then [] else ["ghc=7.0.2"] ++ calcExactDeps db pd
-        depends = if hasLib then ["ghc=7.0.2"] ++ calcExactDeps db pd else []
+        makeDepends = if hasLib then [] else ["ghc=7.0.3-2"] ++ calcExactDeps db pd
+        depends = if hasLib then ["ghc=7.0.3-2", "sh"] ++ calcExactDeps db pd else []
         extraLibDepends = maybe [] (extraLibs . libBuildInfo) (library pd)
         install = if hasLib then (apShInstall ap) else Nothing
     in ap
