diff --git a/leksah.cabal b/leksah.cabal
--- a/leksah.cabal
+++ b/leksah.cabal
@@ -1,5 +1,5 @@
 name: leksah
-version: 0.13.4.1
+version: 0.13.4.2
 cabal-version: >=1.10
 build-type: Simple
 license: GPL
@@ -255,7 +255,7 @@
                        executable-path >=0.0.3 && <0.1,
                        vcsgui >=0.0.1 && < 0.1, vcswrapper >=0.0.1 && < 0.1,
                        QuickCheck >=2.4.2 && <2.7, haskell-src-exts >=1.13.5 && <1.15,
-                       hlint >=1.8.59 && <1.9, vado >=0.0.1 && <0.1
+                       hlint >=1.8.59 && <1.9, vado >=0.0.1 && <0.1, shakespeare >=2.0.0.1 && <2.1 
     exposed-modules:
         IDE.Leksah IDE.Completion IDE.ImportTool
         IDE.Find IDE.Session IDE.Command IDE.Keymap IDE.Utils.GUIUtils IDE.SymbolNavigation
@@ -316,7 +316,7 @@
         ghc-options: -threaded
 
     hs-source-dirs: main
-    build-depends: leksah == 0.13.4.1, base >= 4.0.0.0 && <=4.8, gtk3 -any
+    build-depends: leksah == 0.13.4.2, base >= 4.0.0.0 && <=4.8, gtk3 -any
     if os(linux) && flag(loc)
         cpp-options: -DLOCALIZATION
         build-depends: hgettext, setlocale
@@ -335,7 +335,7 @@
     if !flag(webkit)
         buildable: False
     else
-        build-depends: leksah ==0.13.4.1, base >=4.0.0.0 && <=4.8,
+        build-depends: leksah ==0.13.4.2, base >=4.0.0.0 && <=4.8,
                        jsaddle -any, ghcjs-dom -any
         if flag(gtk3)
           build-depends: gtk3 >=0.12.4 && <0.13, gtksourceview3 >=0.10.0 && <0.13,
@@ -352,7 +352,7 @@
 
 test-suite tests
     build-depends: base >=4.0.0.0 && <4.8, Cabal >=1.6.0.1 && <1.19,
-                   QuickCheck >=2.4.2 && <2.7, leksah ==0.13.4.1,
+                   QuickCheck >=2.4.2 && <2.7, leksah ==0.13.4.2,
                    containers, ltk, leksah-server, hslogger,
                    transformers, glib, monad-loops
     if flag(gtk3)
diff --git a/osx/makedmgs.sh b/osx/makedmgs.sh
--- a/osx/makedmgs.sh
+++ b/osx/makedmgs.sh
@@ -21,4 +21,4 @@
 export GHCVERSION=
 scripts/clean.sh
 osx/makedmg.sh
--
+
