From 233728b917d946bb9ba6f1e8e5a07e00fe03ceb5 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Tue, 22 May 2007 17:09:09 +0000 Subject: [PATCH] Fix Spiral's module name --- Spiral.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spiral.hs b/Spiral.hs index 7df6eb58..120baab0 100644 --- a/Spiral.hs +++ b/Spiral.hs @@ -1,4 +1,4 @@ -module Spiral (spiral) where +module XMonadContrib.Spiral (spiral) where import Graphics.X11.Xlib import Operations