summaryrefslogtreecommitdiff
path: root/Types
diff options
context:
space:
mode:
Diffstat (limited to 'Types')
-rw-r--r--Types/FileMatcher.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Types/FileMatcher.hs b/Types/FileMatcher.hs
index ecf4fbbd8b..425a2e5106 100644
--- a/Types/FileMatcher.hs
+++ b/Types/FileMatcher.hs
@@ -8,7 +8,7 @@
module Types.FileMatcher where
import Types.UUID (UUID)
-import Types.Key (Key)
+import Types.Key (Key, AssociatedFile)
import Utility.Matcher (Matcher, Token)
import Utility.FileSize
@@ -18,7 +18,7 @@ import qualified Data.Set as S
data MatchInfo
= MatchingFile FileInfo
- | MatchingKey Key
+ | MatchingKey Key AssociatedFile
| MatchingInfo (OptInfo FilePath) (OptInfo Key) (OptInfo FileSize) (OptInfo MimeType)
type MimeType = String