packages feed

alure-0.1: source/Sound/UI/ALURE.hs

-- | This module should present a haskell interface for ALURE.
--   Currently, it just exports 'Sound.UI.ALURE.Raw'.
module Sound.UI.ALURE
  (
    module Sound.UI.ALURE.Raw,
  ) where


import Sound.UI.ALURE.Raw