diff --git a/hw-bits.cabal b/hw-bits.cabal
--- a/hw-bits.cabal
+++ b/hw-bits.cabal
@@ -1,5 +1,5 @@
 name:                   hw-bits
-version:                0.0.0.1
+version:                0.0.0.2
 synopsis:               Conduits for tokenizing streams.
 description:            Please see README.md
 homepage:               http://github.com/haskell-works/hw-bits#readme
@@ -17,7 +17,7 @@
 executable hw-bits-example
   hs-source-dirs:       app
   main-is:              Main.hs
-  ghc-options:          -threaded -rtsopts -with-rtsopts=-N -O2 -Wall -msse4.2
+  ghc-options:          -threaded -rtsopts -with-rtsopts=-N -Wall -msse4.2
   build-depends:        base            >= 4       && < 5   ,
                         bytestring                          ,
                         conduit                             ,
