ansigraph v0.3 Release Notes
-
๐ Change all IO operations to work over any
MonadIO
. Since GHC 8 this is available inbase
, so the dependency ontransformers
is only required for previous versions.๐ Support GHC versions back to 7.6.
๐ฆ Reexport the
Color
andColorIntensity
data types fromansi-terminal
for full use of the range of ANSI colors without importing that package.