myxine-client-0.0.0.1: src/Myxine/Event.hs
{-# 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")