diff --git a/Setup.hs b/Setup.hs
new file mode 100644
--- /dev/null
+++ b/Setup.hs
@@ -0,0 +1,2 @@
+import Distribution.Simple
+main = defaultMain
diff --git a/machines-binary.cabal b/machines-binary.cabal
--- a/machines-binary.cabal
+++ b/machines-binary.cabal
@@ -1,5 +1,5 @@
 name:                machines-binary
-version:             0.3.0.0
+version:             0.3.0.2
 synopsis:            Binary utilities for the machines library
 homepage:            http://github.com/aloiscochard/machines-binary
 license:             Apache-2.0
@@ -20,4 +20,4 @@
     base >=4.6 && < 5
     , binary              >= 0.7      && < 0.8
     , bytestring          >= 0.10     && < 0.11
-    , machines            >= 0.2      && < 0.6
+    , machines            >= 0.2      && < 0.7
