packages feed

xournal-render-0.5: src/Graphics/Xournal/Render/Type.hs

{-# LANGUAGE TypeFamilies #-}

module Graphics.Xournal.Render.Type ( 
  module Graphics.Xournal.Render.Type.Hitted,
  module Graphics.Xournal.Render.Type.Select
  ) where

import Graphics.Xournal.Render.Type.Hitted
import Graphics.Xournal.Render.Type.Select