diff --git a/katip-rollbar.cabal b/katip-rollbar.cabal
--- a/katip-rollbar.cabal
+++ b/katip-rollbar.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 5e49ac727bac12f49749f6c15a24932d8a6f1004c5195935c7b28cd1f5234089
+-- hash: db432a9dd33cf06f56b98b41c89dc117a89b969e581b082f0619dd16b716a941
 
 name:           katip-rollbar
-version:        0.1.0.0
+version:        0.2.0.0
 synopsis:       Katip scribe that logs to Rollbar
 category:       Logging
 homepage:       https://github.com/joneshf/katip-rollbar#readme
@@ -41,7 +41,6 @@
     , time >=1.8 && <1.9
   exposed-modules:
       Katip.Scribes.Rollbar
-      Lib
   other-modules:
       Paths_katip_rollbar
   default-language: Haskell2010
diff --git a/src/Lib.hs b/src/Lib.hs
deleted file mode 100644
--- a/src/Lib.hs
+++ /dev/null
@@ -1,6 +0,0 @@
-module Lib
-    ( someFunc
-    ) where
-
-someFunc :: IO ()
-someFunc = putStrLn "someFunc"
