diff --git a/reenact.cabal b/reenact.cabal
--- a/reenact.cabal
+++ b/reenact.cabal
@@ -1,6 +1,6 @@
 
 name:               reenact
-version:            0.7
+version:            0.7.1
 cabal-version:      >= 1.2
 author:             Hans Hoglund
 maintainer:         Hans Hoglund
@@ -24,12 +24,12 @@
 library                    
     ghc-options: -threaded -O3
     build-depends: 
-        base        >= 4 && < 5,
+        base       >= 4 && < 5,
         stm,
         time,
         hamid      >= 0.6,
         HCodecs    >= 0.2.2,
-        hosc,
+        hosc       == 0.13,
         -- semigroups,
         -- semigroupoids,
         vector-space
