diff --git a/rhine-gloss.cabal b/rhine-gloss.cabal
--- a/rhine-gloss.cabal
+++ b/rhine-gloss.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                rhine-gloss
-version:             0.6.0
+version:             0.6.0.1
 synopsis:            Gloss backend for Rhine
 description:
   This package provides a simple wrapper for the `gloss` library,
@@ -26,7 +26,7 @@
 source-repository this
   type:     git
   location: git@github.com:turion/rhine.git
-  tag:      v0.6.0
+  tag:      v0.6.0.1
 
 
 library
@@ -34,7 +34,7 @@
   other-modules:       FRP.Rhine.Gloss.Internals
   build-depends:       base         >= 4.9 && < 5
                      , rhine        == 0.6.*
-                     , dunai        == 0.6.*
+                     , dunai        >= 0.6
                      , gloss        >= 1.12
   hs-source-dirs:      src
   default-language:    Haskell2010
