fix build w/o TDFA

This commit is contained in:
Joey Hess 2014-03-04 23:49:46 -04:00
parent 3fb291f482
commit b9d6e70019
Failed to extract signature

View file

@ -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