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 getTerminalHeightWidth
getTerminalHeight getTerminalHeight
getTerminalWidth getTerminalWidth
Color(..)
ColorIntensity(..)
bold' bold'
faint' faint'
black' black'

View File

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