diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-04 23:49:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-04 23:49:46 -0400 |
commit | a9db3fe8b44701cf593bac204920bfbf797c1f8d (patch) | |
tree | afd5e8c61199f304c6f84a266d767289734f51b8 /Utility/Glob.hs | |
parent | bca0da621ad4277bd0198e888b531cbe6da3f8f4 (diff) |
fix build w/o TDFA
Diffstat (limited to 'Utility/Glob.hs')
-rw-r--r-- | Utility/Glob.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |