Skip to content

Commit 8846508

Browse files
committed
Adapt to lack of Control.Monad re-exports from Control.Monad.Reader in mtl-2.3
1 parent 860af3d commit 8846508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GUI/EventsView.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import GHC.RTS.Events
1717
import Graphics.UI.Gtk
1818
import qualified GUI.GtkExtras as GtkExt
1919

20+
import Control.Monad
2021
import Control.Monad.Reader
2122
import Data.Array
2223
import Data.Monoid

0 commit comments

Comments
 (0)