cabal-cache-1.0.0.2: 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