Commit 67406e30 authored by Sumit Sahrawat's avatar Sumit Sahrawat

Add Typeable instance for WidgetMsg

Fix build issue with ghc <7.10
parent 9bd90e8e
......@@ -198,7 +198,7 @@ data WidgetMsg = Open Widget Value
-- ^ Cause the interpreter to close the comm
-- associated with the widget. Also sends data with
-- comm_close.
deriving Show
deriving (Show, Typeable)
data WidgetMethod = UpdateState Value
| DisplayWidget
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment