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,