diff --git a/app/Main.hs b/app/Main.hs
deleted file mode 100644
--- a/app/Main.hs
+++ /dev/null
@@ -1,6 +0,0 @@
-module Main where
-
-import Data.FuzzySet
-
-main :: IO ()
-main = return ()
diff --git a/fuzzyset.cabal b/fuzzyset.cabal
--- a/fuzzyset.cabal
+++ b/fuzzyset.cabal
@@ -1,5 +1,5 @@
 name:                fuzzyset
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Fuzzy set for approximate string matching
 description:         This library is based on the Python and JavaScript libraries with the same name.
 homepage:            https://github.com/laserpants/fuzzyset-haskell
@@ -28,14 +28,6 @@
                      , text-metrics ==0.3.0
                      , unordered-containers ==0.2.8.0
                      , vector ==0.12.0.1
-  default-language:    Haskell2010
-
-executable fuzzyset-exe
-  hs-source-dirs:      app
-  main-is:             Main.hs
-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
-  build-depends:       base
-                     , fuzzyset
   default-language:    Haskell2010
 
 test-suite fuzzyset-test
