diff --git a/haskelm.cabal b/haskelm.cabal
--- a/haskelm.cabal
+++ b/haskelm.cabal
@@ -1,5 +1,5 @@
 Name:                haskelm
-Version:             0.0.4
+Version:             0.0.5
 Synopsis:            Elm to Haskell translation
 Description:         Library and binary to translate Haskell code into Elm code
 Homepage:            http://github.com/JoeyEremondi/haskelm
@@ -45,7 +45,6 @@
                        pretty,
                        text,
                        unordered-containers,
-                       shakespeare,
                        template-haskell,
                        haskell-src-meta,
                        vector,
@@ -85,14 +84,13 @@
                        pretty,
                        text,
                        unordered-containers,
-                       shakespeare,
                        template-haskell,
                        haskell-src-meta,
                        vector,
                        th-desugar,
                        temporary,
                        split,
-                       Elm,
+                       --Elm,
                        --elm-build-lib,
                        binary,
                        haskell-src-exts
