midi 0.2.1 → 0.2.1.1
raw patch · 3 files changed
+6/−3 lines, 3 filesdep ~binary
Dependency ranges changed: binary
Files
- midi.cabal +3/−3
- src/Sound/MIDI/Message.hs +2/−0
- src/Sound/MIDI/Message/Channel.hs +1/−0
midi.cabal view
@@ -1,5 +1,5 @@ Name: midi-Version: 0.2.1+Version: 0.2.1.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.1+ tag: 0.2.1.1 Flag splitBase description: Choose the new smaller, split-up base package.@@ -46,7 +46,7 @@ utility-ht >=0.0.8 && <0.1, explicit-exception >=0.1 && <0.2, bytestring >=0.9.0.1 && <0.11,- binary >=0.4.2 && <0.6,+ binary >=0.4.2 && <0.8, transformers >=0.2 && <0.4, monoid-transformer >=0.0.1 && <0.1, QuickCheck >=2.1 && <3
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
@@ -41,6 +41,7 @@ messageChannel :: Channel, messageBody :: Body }+ -- ToDo: make nicer Show instance deriving (Show, Eq, Ord) data Body =