mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-26 17:13:57 +03:00
AttrDemo: use explicit imports
This commit is contained in:
parent
b718a68986
commit
137e59f5bf
@ -3,9 +3,17 @@ module Main where
|
|||||||
|
|
||||||
import Data.Monoid
|
import Data.Monoid
|
||||||
import Graphics.Vty
|
import Graphics.Vty
|
||||||
|
( Event, Attr, white, blue, cyan, green, red, yellow
|
||||||
|
, black
|
||||||
|
)
|
||||||
|
|
||||||
import Brick.Main
|
import Brick.Main
|
||||||
import Brick.Widgets.Core
|
import Brick.Widgets.Core
|
||||||
|
( Widget
|
||||||
|
, (<=>)
|
||||||
|
, withAttr
|
||||||
|
, vBox
|
||||||
|
)
|
||||||
import Brick.Util (on, fg)
|
import Brick.Util (on, fg)
|
||||||
import Brick.AttrMap (attrMap, AttrMap)
|
import Brick.AttrMap (attrMap, AttrMap)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user