From 3e15187ac1082bb086c79109c8b35dd8c20017ab Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 18 Sep 2011 16:36:30 -0400 Subject: [PATCH] move to Utility --- Matcher.hs => Utility/Matcher.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Matcher.hs => Utility/Matcher.hs (98%) diff --git a/Matcher.hs b/Utility/Matcher.hs similarity index 98% rename from Matcher.hs rename to Utility/Matcher.hs index 91e3bf6f33..0f589ec2c0 100644 --- a/Matcher.hs +++ b/Utility/Matcher.hs @@ -15,7 +15,7 @@ - Licensed under the GNU GPL version 3 or higher. -} -module Matcher ( +module Utility.Matcher ( Token(..), generate, match,