{-| Module: Text.Show.Text.Foreign Copyright: (C) 2014-2015 Ryan Scott License: BSD-style (see the file LICENSE) Maintainer: Ryan Scott Stability: Experimental Portability: GHC Imports 'Show' instances for @Foreign@ modules. -} module Text.Show.Text.Foreign () where import Text.Show.Text.Foreign.C.Types () import Text.Show.Text.Foreign.Ptr ()