diff --git a/reenact.cabal b/reenact.cabal
--- a/reenact.cabal
+++ b/reenact.cabal
@@ -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,
diff --git a/src/Control/Reactive/Midi.hs b/src/Control/Reactive/Midi.hs
--- a/src/Control/Reactive/Midi.hs
+++ b/src/Control/Reactive/Midi.hs
@@ -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
