From a9db3fe8b44701cf593bac204920bfbf797c1f8d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 4 Mar 2014 23:49:46 -0400 Subject: 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 5291af452..1a77da7d3 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 -- cgit v1.2.3