diff --git a/Data/Stringable.hs b/Data/Stringable.hs
--- a/Data/Stringable.hs
+++ b/Data/Stringable.hs
@@ -1,4 +1,5 @@
-{-# LANGUAGE FlexibleInstances, TypeSynonymInstances #-}
+{-# LANGUAGE FlexibleInstances #-}
+{-# LANGUAGE TypeSynonymInstances #-}
 
 module Data.Stringable
        ( Stringable(..)
diff --git a/stringable.cabal b/stringable.cabal
--- a/stringable.cabal
+++ b/stringable.cabal
@@ -1,5 +1,5 @@
 Name:                stringable
-Version:             0.1.1.1
+Version:             0.1.2
 Synopsis:            A Stringable type class, in the spirit of Foldable and Traversable
 Description:         'Data.Stringable' provides a type class with a set of functions for
                      converting to and from the most often used string-linke types in
