hunk ./haskore-synthesizer.cabal 14 -Tested-With: GHC==6.8.2, GHC==6.10.4 +Tested-With: GHC==6.8.2, GHC==6.10.4, GHC==7.8.4 hunk ./haskore-synthesizer.cabal 37 - synthesizer-core >= 0.4 && < 0.5, + synthesizer-core >= 0.4 && < 0.8, hunk ./haskore-synthesizer.cabal 39 - numeric-prelude >=0.2 && <0.3, + numeric-prelude >=0.2 && <0.5, hunk ./haskore-synthesizer.cabal 49 - random >= 1.0 && < 1.1 + random >= 1.0 && < 1.2 hunk ./haskore-synthesizer.cabal 55 + If impl(ghc>=7.0) + GHC-Options: -fwarn-unused-do-bind + CPP-Options: -DNoImplicitPrelude=RebindableSyntax + Default-Extensions: CPP hunk ./haskore-synthesizer.cabal 15 -Cabal-Version: >=1.6 +Cabal-Version: >=1.10 hunk ./haskore-synthesizer.cabal 58 + Default-Language: Haskell2010 hunk ./haskore-synthesizer.cabal 75 - Hs-Source-Dirs: src hunk ./haskore-synthesizer.cabal 76 + Hs-Source-Dirs: src + GHC-Options: -Wall + Default-Language: Haskell2010 hunk ./haskore-synthesizer.cabal 44 - utility-ht >=0.0.1 && <0.1 + utility-ht >=0.0.9 && <0.1 hunk ./src/Haskore/Interface/Signal/Example/Guitar.hs 23 +import Control.Monad.HT (void, ) hunk ./src/Haskore/Interface/Signal/Example/Guitar.hs 93 - File.renderStereoToInt16 "Guitar.aiff" 44100 . computeSignal sampleSong . sampleMap + void $ + File.renderStereoToInt16 "Guitar.aiff" 44100 . computeSignal sampleSong . sampleMap hunk ./src/Haskore/Interface/Signal/Example/Guitar.hs 26 -import qualified Data.List as List - hunk ./src/Haskore/Interface/Signal/Example/SwanLake.hs 14 -import qualified Algebra.Field as Field hunk ./src/Haskore/Interface/Signal/Note.hs 14 -import qualified Algebra.Additive as Additive -import Algebra.Module((*>)) hunk ./src/Haskore/Interface/Signal/Write.hs 41 -import Algebra.Module((*>)) hunk ./haskore-synthesizer.cabal 75 - Main-Is: RenderSong.hs - Hs-Source-Dirs: src + Build-Depends: + haskore-synthesizer, + synthesizer-core, + utility-ht, + base + Main-Is: src/RenderSong.hs hunk ./src/RenderSong.hs 6 -main = Play.stereoToInt16 11025 Song.songSignal +import Control.Monad.HT (void) + + +main :: IO () +main = void $ Play.stereoToInt16 11025 Song.songSignal hunk ./haskore-synthesizer.cabal 2 -Version: 0.0.3.2 +Version: 0.0.3.3 hunk ./haskore-synthesizer.cabal 26 - Tag: 0.0.3.2 + Tag: 0.0.3.3 hunk ./haskore-synthesizer.cabal 37 - synthesizer-core >= 0.4 && < 0.8, + synthesizer-core >= 0.4 && < 0.9,