diff --git a/Text/StringConvert.hs b/Text/StringConvert.hs
--- a/Text/StringConvert.hs
+++ b/Text/StringConvert.hs
@@ -61,6 +61,8 @@
 instance ToString UTF8.ByteString where
     toString = UTF8.toString
 
+instance ToString LUTF8.ByteString where
+    toString = LUTF8.toString
 
 -- | Defines conversions between two given stringish types.
 class StringConvert a b where
diff --git a/string-convert.cabal b/string-convert.cabal
--- a/string-convert.cabal
+++ b/string-convert.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                string-convert
-version:             1.0.0
+version:             2.0.0
 synopsis:            Provide universal string conversions between any two string-like types
 -- description:         
 homepage:            https://bitbucket.org/tdammers/string-convert
