packages feed

termcolor 0.1.0.0 → 0.2.0.0

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Text/Termcolor.hs view
@@ -3,4 +3,4 @@    format :: Format -> String   format (Tail input) = input-  format (Node code f) = "\ESC[" ++ (show code) ++ "m" ++ (format f)+  format (Node code f) = "\ESC[0;\ESC[" ++ (show code) ++ "m" ++ (format f) ++ "\ESC[0;"
termcolor.cabal view
@@ -1,5 +1,5 @@ name:                termcolor-version:             0.1.0.0+version:             0.2.0.0 synopsis:            Composable terminal colors description:         Composable terminal colors homepage:            https://github.com/mdibaiee/termcolor#readme