packages feed

midi 0.2 → 0.2.0.1

raw patch · 3 files changed

+6/−3 lines, 3 filesdep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

midi.cabal view
@@ -1,5 +1,5 @@ Name:             midi-Version:          0.2+Version:          0.2.0.1 License:          GPL License-File:     LICENSE Author:           Henning Thielemann <haskell@henning-thielemann.de>@@ -30,7 +30,7 @@ Source-Repository this   type:     darcs   location: http://code.haskell.org/~thielema/midi/-  tag:      0.2+  tag:      0.2.0.1  Flag splitBase   description: Choose the new smaller, split-up base package.@@ -44,7 +44,7 @@     event-list >=0.0.9 && < 0.2,     non-negative>=0.0.1 && <0.2,     explicit-exception >=0.1 && <0.2,-    bytestring >=0.9.0.1 && <0.10,+    bytestring >=0.9.0.1 && <0.11,     binary >=0.4.2 && <0.6,     transformers >=0.2 && <0.4,     monoid-transformer >=0.0.1 && <0.1,
src/Sound/MIDI/Message.hs view
@@ -34,6 +34,8 @@ data T =      Channel Channel.T    | System  System.T+-- Show instance requires Show instance of System.T+--     deriving (Show)   get :: Parser.C parser => Parser.Fallible parser T
src/Sound/MIDI/Message/Channel.hs view
@@ -42,6 +42,7 @@      messageChannel :: Channel,      messageBody    :: Body    }+     -- ToDo: make nicer Show instance      deriving (Show, Eq, Ord)  data Body =