diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -72,7 +72,7 @@
     frameDeltaSeconds = 0.016667
     frameDeltaMilliseconds = 16
 
-rectFromClip :: Animate.SpriteClip -> SDL.Rectangle CInt
+rectFromClip :: Animate.SpriteClip key -> SDL.Rectangle CInt
 rectFromClip Animate.SpriteClip{scX,scY,scW,scH} = SDL.Rectangle (SDL.P (V2 (num scX) (num scY))) (V2 (num scW) (num scH))
   where
     num = fromIntegral
diff --git a/animate-example.cabal b/animate-example.cabal
--- a/animate-example.cabal
+++ b/animate-example.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           animate-example
-version:        0.1.0
+version:        0.2.0
 synopsis:       Animation for sprites
 description:    Prototypical sprite animation with type-safety.
 category:       Game
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
 name: animate-example
-version: '0.1.0'
+version: '0.2.0'
 category: Game
 synopsis: Animation for sprites
 description: Prototypical sprite animation with type-safety.
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -3,6 +3,6 @@
 - '.'
 - '..'
 extra-deps:
-- 'animate-0.5.0'
+- 'animate-0.6.0'
 flags: {}
 extra-package-dbs: []
