diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
 # apecs-gloss
 [![Hackage](https://img.shields.io/hackage/v/apecs-gloss.svg)](https://hackage.haskell.org/package/apecs-gloss)
 
-Tools for simple gloss-based rendering, split out to avoid unnecessary dependencies if you roll our own rendering
+Tools for simple [gloss](http://hackage.haskell.org/package/gloss)-based rendering. Used in most of the [examples](../examples).
diff --git a/apecs-gloss.cabal b/apecs-gloss.cabal
--- a/apecs-gloss.cabal
+++ b/apecs-gloss.cabal
@@ -1,7 +1,7 @@
 name:                apecs-gloss
-version:             0.2.0
+version:             0.2.1
 synopsis:            Simple gloss renderer for apecs
-homepage:            https://github.com/jonascarpay/apecs-physics#readme
+homepage:            https://github.com/jonascarpay/apecs/apecs-gloss
 license:             BSD3
 license-file:        LICENSE
 author:              Jonas Carpay
@@ -23,15 +23,15 @@
     Apecs.Gloss
     Apecs.Physics.Gloss
   build-depends:
-    base >= 4.7 && < 5,
-    containers,
-    apecs >= 0.7,
-    apecs-physics >= 0.3,
-    linear,
-    gloss
+    apecs         >= 0.7  && < 0.9,
+    apecs-physics >= 0.3  && < 0.5,
+    base          >= 4.9  && < 5,
+    containers    >= 0.5  && < 0.8,
+    gloss         >= 1.11 && < 2,
+    linear        >= 1.20 && < 2
   default-language:
     Haskell2010
 
 source-repository head
   type: git
-  location: https://github.com/jonascarpay/apecs/apecs-gloss
+  location: https://github.com/jonascarpay/apecs
