dev: unbreak recent change, don't re-export Color/ColorIntensity for now
This commit is contained in:
parent
b9af9ab367
commit
c2ab616c2d
@ -17,8 +17,6 @@ For user-visible changes, see the hledger package changelog.
|
||||
getTerminalHeightWidth
|
||||
getTerminalHeight
|
||||
getTerminalWidth
|
||||
Color(..)
|
||||
ColorIntensity(..)
|
||||
bold'
|
||||
faint'
|
||||
black'
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user