ansigraph v0.3 Release Notes

    • ๐Ÿ”„ Change all IO operations to work over any MonadIO. Since GHC 8 this is available in base, so the dependency on transformers is only required for previous versions.

    • ๐Ÿ‘Œ Support GHC versions back to 7.6.

    • ๐Ÿ“ฆ Reexport the Color and ColorIntensity data types from ansi-terminal for full use of the range of ANSI colors without importing that package.