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 = putStrLn "todo"
diff --git a/biscuit-haskell.cabal b/biscuit-haskell.cabal
--- a/biscuit-haskell.cabal
+++ b/biscuit-haskell.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 
 name:           biscuit-haskell
-version:        0.2.0.0
+version:        0.2.0.1
 category:       Security
 synopsis:       Library support for the Biscuit security token
 description:    Please see the README on GitHub at <https://github.com/divarvel/biscuit-haskell#readme>
@@ -63,34 +63,6 @@
     th-lift-instances    ^>= 0.1,
     time                 ^>= 1.9,
     validation-selective ^>= 0.1
-  default-language: Haskell2010
-
-executable biscuit-haskell-exe
-  main-is: Main.hs
-  other-modules:
-      Paths_biscuit_haskell
-  hs-source-dirs:
-      app
-  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
-  build-depends:
-      async
-    , attoparsec
-    , base >=4.7 && <5
-    , base16-bytestring ^>=1.0
-    , base64
-    , biscuit-haskell
-    , bytestring
-    , cereal
-    , containers
-    , mtl
-    , parser-combinators
-    , protobuf
-    , random
-    , template-haskell
-    , text
-    , th-lift-instances
-    , time
-    , validation-selective
   default-language: Haskell2010
 
 test-suite biscuit-haskell-test
