diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@
 Since `gloss` is based on `OpenGL`,
 you will need to install the same dependencies as for that.
 Typically, this are the `GL`, `GLU` and `GLUT` libraries.
+(On Debian-like systems, `sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev freeglut3-dev` should suffice.)
 
 When building with `stack`, it is assumed that you have `nix-shell` installed,
 which will automatically get these dependencies for you.
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.5.1.0
+version:             0.6.0
 synopsis:            Gloss backend for Rhine
 description:
   This package provides a simple wrapper for the `gloss` library,
@@ -26,22 +26,22 @@
 source-repository this
   type:     git
   location: git@github.com:turion/rhine.git
-  tag:      v0.5.1.0
+  tag:      v0.6.0
 
 
 library
   exposed-modules:     FRP.Rhine.Gloss
   other-modules:       FRP.Rhine.Gloss.Internals
-  build-depends:       base         >= 4.9   && < 4.13
-                     , rhine        == 0.5.*
-                     , dunai        == 0.5.*
-                     , gloss        >= 1.12  && < 1.14
+  build-depends:       base         >= 4.9 && < 5
+                     , rhine        == 0.6.*
+                     , dunai        == 0.6.*
+                     , gloss        >= 1.12
   hs-source-dirs:      src
   default-language:    Haskell2010
 
 executable rhine-gloss-gears
   main-is:             Main.hs
   ghc-options:         -threaded
-  build-depends:       base         >= 4.9   && < 4.13
+  build-depends:       base         >= 4.9 && < 5
                      , rhine-gloss
   default-language:    Haskell2010
