diff --git a/Sound/Tidal/Dirt.hs b/Sound/Tidal/Dirt.hs
--- a/Sound/Tidal/Dirt.hs
+++ b/Sound/Tidal/Dirt.hs
@@ -20,6 +20,7 @@
 import Sound.Tidal.Pattern
 import Sound.Tidal.Parse
 import Sound.Tidal.Time
+import Sound.Tidal.Utils (enumerate)
 
 dirt :: OscShape
 dirt = OscShape {path = "/play",
diff --git a/tidal.cabal b/tidal.cabal
--- a/tidal.cabal
+++ b/tidal.cabal
@@ -1,5 +1,5 @@
 name:                tidal
-version:         0.5.1
+version:         0.5.2
 synopsis:            Pattern language for improvised music
 -- description:         
 homepage:            http://tidal.lurk.org/
