diff --git a/app/Main.hs b/app/Main.hs
deleted file mode 100644
--- a/app/Main.hs
+++ /dev/null
@@ -1,5 +0,0 @@
-module Main where
-
-main :: IO ()
-main = pure ()
-
diff --git a/fuzzy-dates.cabal b/fuzzy-dates.cabal
--- a/fuzzy-dates.cabal
+++ b/fuzzy-dates.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 6a8d6e225575470d48cebf6d738a62eb7ebf163682b16ff24c4e75df6dc4955f
+-- hash: b7b635eeef963ae111da2da410e0504286206c29e9a3b514d9efb50cdb76747b
 
 name:           fuzzy-dates
-version:        0.1.1.0
+version:        0.1.1.1
 synopsis:       Libary for parsing dates in strings in varied formats.
 description:    Please see the README on GitHub at <https://github.com/ReedOei/fuzzy-dates#readme>
 category:       Parsing
@@ -39,22 +39,6 @@
   exposed-modules:
       Data.Dates.Parsing
       Data.Dates.Parsing.Internal
-  other-modules:
-      Paths_fuzzy_dates
-  default-language: Haskell2010
-
-executable fuzzy-dates-exe
-  main-is: Main.hs
-  hs-source-dirs:
-      app
-  ghc-options: -threaded -rtsopts -with-rtsopts=-N
-  build-depends:
-      base >=4.7 && <5
-    , fuzzy-dates
-    , hourglass
-    , hspec
-    , lens
-    , parsec
   other-modules:
       Paths_fuzzy_dates
   default-language: Haskell2010
