mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-12 12:23:21 +03:00
BorderStyle: derive Read, Show
This commit is contained in:
parent
6d9e555d18
commit
e02192e38a
@ -48,6 +48,7 @@ data BorderStyle =
|
|||||||
, bsVertical :: Char
|
, bsVertical :: Char
|
||||||
-- ^ Vertical border character
|
-- ^ Vertical border character
|
||||||
}
|
}
|
||||||
|
deriving (Show, Read)
|
||||||
|
|
||||||
instance Default BorderStyle where
|
instance Default BorderStyle where
|
||||||
def = ascii
|
def = ascii
|
||||||
|
Loading…
Reference in New Issue
Block a user