-----------------------------------------------------------------------------
-- |
-- Module      :  Text.Show.Text.Instances
-- Copyright   :  (C) 2014 Ryan Scott
-- License     :  BSD-style (see the file LICENSE)
-- Maintainer  :  Ryan Scott
-- Stability   :  Experimental
-- Portability :  GHC
-- 
-- Imports 'Show' instances for all data types covered by @text-show@.
---------------------------------------------------------------------------- 
module Text.Show.Text.Instances () where

import Text.Show.Text.Control ()
import Text.Show.Text.Data    ()
import Text.Show.Text.Foreign ()
import Text.Show.Text.GHC     ()
import Text.Show.Text.System  ()
import Text.Show.Text.Text    ()