cabal-cache-1.0.6.0: src/HaskellWorks/CabalCache/Show.hs
module HaskellWorks.CabalCache.Show ( tshow, ) where import Data.Text (Text) import qualified Data.Text as T tshow :: Show a => a -> Text tshow = T.pack . show
module HaskellWorks.CabalCache.Show ( tshow, ) where import Data.Text (Text) import qualified Data.Text as T tshow :: Show a => a -> Text tshow = T.pack . show