summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-09-18 16:36:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-09-18 16:36:30 -0400
commit3e15187ac1082bb086c79109c8b35dd8c20017ab (patch)
tree02f2943ae82abc0c3f45af551b7314c7c5bc12e5
parent0e499e67be1ba32d30eb0a65537d2c6a0f4d6e05 (diff)
move to Utility
-rw-r--r--Utility/Matcher.hs (renamed from Matcher.hs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/Matcher.hs b/Utility/Matcher.hs
index 91e3bf6f3..0f589ec2c 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,