reenact 0.7.5 → 0.8
raw patch · 2 files changed
+6/−6 lines, 2 filesdep ~HCodecsdep ~hamid
Dependency ranges changed: HCodecs, hamid
Files
- reenact.cabal +5/−5
- src/Control/Reactive/Midi.hs +1/−1
reenact.cabal view
@@ -1,9 +1,9 @@ name: reenact-version: 0.7.5+version: 0.8 cabal-version: >= 1.6 author: Hans Hoglund-maintainer: Hans Hoglund+maintainer: Hans Hoglund <hans@hanshoglund.se> license: BSD3 license-file: COPYING synopsis: A reimplementation of the Reactive library.@@ -27,11 +27,11 @@ library build-depends: - base >= 4 && < 5,+ base >= 4 && < 5, stm, time,- hamid >= 0.6,- HCodecs >= 0.2.2,+ hamid >= 0.10 && < 1,+ HCodecs >= 0.2.2 && < 1, -- hosc == 0.13, -- semigroups, -- semigroupoids,
src/Control/Reactive/Midi.hs view
@@ -31,7 +31,7 @@ import Control.Reactive.Util import Codec.Midi hiding (Time, Track)-import qualified System.MIDI as Midi+import qualified System.Midi as Midi type MidiSource = Midi.Source type MidiDestination = Midi.Destination