diff --git a/animate-sdl2.cabal b/animate-sdl2.cabal
--- a/animate-sdl2.cabal
+++ b/animate-sdl2.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: ec90b96f8c9ae72feb94f68a945b73e401d2cd29f68e333fb5936bfcdd68e4af
+-- hash: 023e23f9cad6f60c02a84e6cdf8bf7c97a079028e6a987a9f4baa7f0337f97fe
 
 name:           animate-sdl2
-version:        0.1.0
+version:        0.1.1
 synopsis:       sdl2 + animate auxiliary library
 description:    sdl2 is a commonly used media library. animate is a general animation library. Combining animate and sdl2, animate-sdl2 provides accessible glue-code to load and draw sprites.
 category:       Game
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
 name: animate-sdl2
-version: '0.1.0'
+version: '0.1.1'
 github: jxv/animate-sdl2
 license: BSD3
 category: Game
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -2,7 +2,6 @@
 packages:
 - '.'
 extra-deps:
-- 'sdl2-ttf-2.0.2'
-- 'animate-0.6.1'
+- 'animate-0.7.0'
 flags: {}
 extra-package-dbs: []
