packages feed

hayland-0.1.0.0: Graphics/Wayland/Server.hs

module Graphics.Wayland.Server (
  module Graphics.Wayland.Internal.Server,  -- this will need to be removed when the lib is at a more complete state
  module Graphics.Wayland.Internal.SpliceServer,
  module Graphics.Wayland.Internal.SpliceServerTypes,
  Client(..)
  ) where

import Graphics.Wayland.Internal.Server
import Graphics.Wayland.Internal.SpliceServer
import Graphics.Wayland.Internal.SpliceServerTypes
import Graphics.Wayland.Internal.Util