diff --git a/app/Main.hs b/app/Main.hs
deleted file mode 100644
--- a/app/Main.hs
+++ /dev/null
@@ -1,4 +0,0 @@
-module Main where
-
-main :: IO ()
-main = return ()
diff --git a/hocon.cabal b/hocon.cabal
--- a/hocon.cabal
+++ b/hocon.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 7567043c310d763956e8f5920dc86e759017891f2317cffda9b0d5b5a115dc1c
+-- hash: 82af7ad22d9205b7edfba1a74c46352dce9e775f053c18845b65eca87f2c909f
 
 name:           hocon
-version:        0.1.0.3
+version:        0.1.0.4
 synopsis:       Small library for typesafe's configuration specification
 description:    Small library for typesafe's configuration specification
 category:       Data
@@ -41,22 +41,6 @@
   build-depends:
       MissingH <=1.4.3.0
     , base >=4.7 && <5
-    , hspec
-    , parsec <=3.1.14.0
-    , split <=0.2.3.4
-  default-language: Haskell2010
-
-executable hocon-exe
-  main-is: Main.hs
-  other-modules:
-      Paths_hocon
-  hs-source-dirs:
-      app
-  ghc-options: -threaded -rtsopts -with-rtsopts=-N
-  build-depends:
-      MissingH <=1.4.3.0
-    , base >=4.7 && <5
-    , hocon
     , hspec
     , parsec <=3.1.14.0
     , split <=0.2.3.4
