diff --git a/src/Topaz/Types.hs b/src/Topaz/Types.hs
--- a/src/Topaz/Types.hs
+++ b/src/Topaz/Types.hs
@@ -9,8 +9,6 @@
 {-# LANGUAGE TypeOperators #-}
 {-# LANGUAGE UndecidableInstances #-}
 
-{-# OPTIONS_GHC -Wall -Werror #-}
-
 module Topaz.Types
   ( Elem(..)
   , Rec(..)
diff --git a/topaz.cabal b/topaz.cabal
--- a/topaz.cabal
+++ b/topaz.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.4
 name: topaz
-version: 0.8.0
+version: 0.8.0.1
 synopsis: Extensible records library
 description: Provides extensible records types built on top of the quantification library
 homepage: https://github.com/andrewthad/quantification#readme
