-------------------------------------------------------------------------------------
-- |
-- Copyright   : (c) Hans Hoglund 2012
--
-- License     : BSD-style
--
-- Maintainer  : hans@hanshoglund.se
-- Stability   : experimental
-- Portability : portable
--
-- Provides overloaded pitch and interval literals.
--
-------------------------------------------------------------------------------------

module Music.Pitch.Literal (
        module Music.Pitch.Literal.Pitch,
        module Music.Pitch.Literal.Interval
  ) where

import Music.Pitch.Literal.Pitch
import Music.Pitch.Literal.Interval