dev: unbreak recent change, don't re-export Color/ColorIntensity for now

This commit is contained in:
Simon Michael 2023-03-18 20:18:45 -10:00
parent b9af9ab367
commit c2ab616c2d
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,6 @@ For user-visible changes, see the hledger package changelog.
getTerminalHeightWidth
getTerminalHeight
getTerminalWidth
Color(..)
ColorIntensity(..)
bold'
faint'
black'

View File

@ -36,12 +36,14 @@ module Hledger.Utils.IO (
colorOption,
useColorOnStdout,
useColorOnStderr,
Color(..),
ColorIntensity(..),
-- XXX needed for using color/bgColor/colorB/bgColorB, but clashing with UIUtils:
-- Color(..),
-- ColorIntensity(..),
color,
bgColor,
colorB,
bgColorB,
--
bold',
faint',
black',