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
|
getTerminalHeightWidth
|
||||||
getTerminalHeight
|
getTerminalHeight
|
||||||
getTerminalWidth
|
getTerminalWidth
|
||||||
Color(..)
|
|
||||||
ColorIntensity(..)
|
|
||||||
bold'
|
bold'
|
||||||
faint'
|
faint'
|
||||||
black'
|
black'
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user