packages feed

haskore 0.2.0.4 → 0.2.0.5

raw patch · 3 files changed

+4/−4 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

haskore.cabal view
@@ -1,5 +1,5 @@ Name:           haskore-Version:        0.2.0.4+Version:        0.2.0.5 License:        GPL License-File:   LICENSE Author:         Paul Hudak <paul.hudak@yale.edu>, Henning Thielemann@@ -39,7 +39,7 @@ Source-Repository this   type:     darcs   location: http://code.haskell.org/haskore/revised/core-  tag:      0.2.0.4+  tag:      0.2.0.5  Flag splitBase   description: Choose the new smaller, split-up base package.
src/Haskore/Interface/CSound/Tutorial.lhs view
@@ -31,7 +31,7 @@ > import Haskore.Music ((+:+), (=:=), qnr) > import Haskore.Melody as Melody -> import System.Cmd (system, )+> import System.Process (system, ) > import System.Exit (ExitCode, )  \end{haskelllisting}
src/Haskore/Interface/MIDI/Render.lhs view
@@ -24,7 +24,7 @@ > import qualified Numeric.NonNegative.Class   as NonNeg > import qualified Numeric.NonNegative.Wrapper as NonNegW -> import System.Cmd (rawSystem, )+> import System.Process (rawSystem, ) > import System.Exit (ExitCode, )  \end{haskelllisting}