packages feed

Cabal revisions of worldturtle-0.2.2.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 
 name:           worldturtle
 version:        0.2.2.0
+x-revision: 1
 synopsis:       LOGO-like Turtle graphics with a monadic interface.
 category:       teaching
 homepage:       https://github.com/aneilmac/worldturtle-haskell#readme
   Turtle graphics are a fantastic introduction to the world of
     programming and to the syntax of a new programming language.
 
-  ![parallelcircles gif](https://hackage.haskell.org/package/worldturtle-0.2.2.0/docs/docs/images/parallel_circles_animated_300.gif)
+  ![parallelcircles gif](https://hackage.haskell.org/package/worldturtle-0.2.0.0/docs/docs/images/parallel_circles_animated_300.gif)
 
   This module is a framework built on top 
   of [gloss](https://hackage.haskell.org/package/gloss) to render turtles