music-score-1.8: src/Music/Time/Future.hs
-------------------------------------------------------------------------------------
-- |
-- Copyright : (c) Hans Hoglund 2012-2014
--
-- License : BSD-style
--
-- Maintainer : hans@hanshoglund.se
-- Stability : experimental
-- Portability : non-portable (TF,GNTD)
--
-------------------------------------------------------------------------------------
module Music.Time.Future (
module Music.Time.Past
) where
-- Future and Past are defined together in this module for now.
import Music.Time.Past