{-# language TemplateHaskell, StrictData, DeriveGeneric, DeriveAnyClass, GADTs, KindSignatures, StandaloneDeriving, OverloadedStrings, EmptyCase, DuplicateRecordFields, DerivingStrategies #-} {-# options_ghc -Wno-name-shadowing -Wno-unused-matches #-} {-# options_haddock not-home #-} module Myxine.Event where import Data.FileEmbed import Myxine.Internal.TH mkEventsAndInterfaces $(embedFile "enabled-events.json")