summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Identifier/Pattern.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-02-12 23:53:35 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-02-12 23:53:35 +0100
commit593f25b172d496db136358c1f96d233dcaa59dcd (patch)
tree074be6a1ab49dd8bcdd538aa0cc85e77ed31e5b9 /src/Hakyll/Core/Identifier/Pattern.hs
parente1fa778a78b64b5a49d0121b8c95af62d41ff7d6 (diff)
downloadhakyll-593f25b172d496db136358c1f96d233dcaa59dcd.tar.gz
Switch to regex-tdfa
Diffstat (limited to 'src/Hakyll/Core/Identifier/Pattern.hs')
-rw-r--r--src/Hakyll/Core/Identifier/Pattern.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Core/Identifier/Pattern.hs b/src/Hakyll/Core/Identifier/Pattern.hs
index 8263f29..e770d13 100644
--- a/src/Hakyll/Core/Identifier/Pattern.hs
+++ b/src/Hakyll/Core/Identifier/Pattern.hs
@@ -57,7 +57,7 @@ import Data.Maybe (isJust, fromMaybe)
import Data.Monoid (Monoid, mempty, mappend)
import GHC.Exts (IsString, fromString)
-import Text.Regex.PCRE ((=~~))
+import Text.Regex.TDFA ((=~~))
import Hakyll.Core.Identifier