summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Rules
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hakyll/Core/Rules')
-rw-r--r--src/Hakyll/Core/Rules/Internal.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Hakyll/Core/Rules/Internal.hs b/src/Hakyll/Core/Rules/Internal.hs
index 825edf4..10ca919 100644
--- a/src/Hakyll/Core/Rules/Internal.hs
+++ b/src/Hakyll/Core/Rules/Internal.hs
@@ -34,7 +34,7 @@ import Hakyll.Core.Routes
--------------------------------------------------------------------------------
data RulesRead = RulesRead
{ rulesProvider :: Provider
- , rulesPattern :: Pattern
+ , rulesMatches :: [Identifier]
, rulesVersion :: Maybe String
}
@@ -96,7 +96,7 @@ runRules rules provider = do
where
env = RulesRead
{ rulesProvider = provider
- , rulesPattern = mempty
+ , rulesMatches = []
, rulesVersion = Nothing
}