bindings-wlc-0.1.0.2: src/System/WLC.hs
{-|
Module : System.WLC
Description : WLC Abstractions
Copyright : (c) Ashley Towns 2016
License : BSD3
Maintainer : mail@ashleytowns.id.au
Stability : experimental
Portability : POSIX
Provides abstractions over the low level WLC API's
-}
module System.WLC where
import System.WLC.Core
import System.WLC.Geometry
import System.WLC.Types