diff --git a/rfc.cabal b/rfc.cabal
--- a/rfc.cabal
+++ b/rfc.cabal
@@ -1,5 +1,5 @@
 name:                rfc
-version:             0.0.0.1
+version:             0.0.0.2
 synopsis:            Robert Fischer's Common library, for all Robert Fischer's common needs.
 description:         See README.md
 homepage:            https://github.com/RobertFischer/rfc#README.md
@@ -23,7 +23,7 @@
   build-depends:       base >= 4.7 && < 5
   default-language:    Haskell2010
   if flag(development)
-    ghc-options:       -pedantic -fno-warn-orphans -fno-warn-name-shadowing
+    ghc-options:       -Wall -Werror -fno-warn-orphans -fno-warn-name-shadowing -O0
   else
     ghc-options:       -O2
   default-extensions:  NoImplicitPrelude
