diff --git a/Boolean.cabal b/Boolean.cabal
--- a/Boolean.cabal
+++ b/Boolean.cabal
@@ -1,5 +1,5 @@
 Name:                Boolean
-Version:             0.2
+Version:             0.2.1
 Synopsis:            Generalized booleans and numbers
 Category:            Data
 Cabal-Version:       >= 1.6
diff --git a/src/Data/Boolean.hs b/src/Data/Boolean.hs
--- a/src/Data/Boolean.hs
+++ b/src/Data/Boolean.hs
@@ -1,6 +1,5 @@
-{-# LANGUAGE MultiParamTypeClasses, FlexibleInstances, FunctionalDependencies
-           , UndecidableInstances, ScopedTypeVariables
-  #-}
+{-# LANGUAGE MultiParamTypeClasses, FlexibleInstances, FunctionalDependencies,
+             UndecidableInstances, ScopedTypeVariables #-}
 {-# LANGUAGE TypeFamilies, FlexibleContexts, CPP #-}
 {-# OPTIONS_GHC -Wall #-}
 
