X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FEvent%2FManager.hs;h=9766774f550db0a49e50efe6fe004e57aa3ed0ad;hb=41e8fba828acbae1751628af50849f5352b27873;hp=0c8293f5f3751b090d56735162c756d3057fcdc9;hpb=ac0439db2ece671089cec9ade21754c3ad22c134;p=ghc-base.git diff --git a/System/Event/Manager.hs b/System/Event/Manager.hs index 0c8293f..9766774 100644 --- a/System/Event/Manager.hs +++ b/System/Event/Manager.hs @@ -1,5 +1,12 @@ -{-# LANGUAGE BangPatterns, CPP, ExistentialQuantification, NoImplicitPrelude, - RecordWildCards, TypeSynonymInstances #-} +{-# LANGUAGE BangPatterns + , CPP + , ExistentialQuantification + , NoImplicitPrelude + , RecordWildCards + , TypeSynonymInstances + , FlexibleInstances + #-} + module System.Event.Manager ( -- * Types EventManager