From b9d6e700196265388df03ba6f2f306b97a0fbcbc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 4 Mar 2014 23:49:46 -0400 Subject: [PATCH] fix build w/o TDFA --- Utility/Glob.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Utility/Glob.hs b/Utility/Glob.hs index 5291af452a..1a77da7d3a 100644 --- a/Utility/Glob.hs +++ b/Utility/Glob.hs @@ -24,6 +24,7 @@ import Text.Regex.TDFA import Text.Regex.TDFA.String #else import Text.Regex +import Data.Maybe #endif newtype Glob = Glob Regex