diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2009-12-05 13:09:43 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2009-12-05 13:09:43 +0100 |
commit | 0d9de903a05c2c18237ee010be1bc0f7f1864c65 (patch) | |
tree | 14ead8cb6c29c2738c1ac95ca7aa4a4f996a1040 /src/Text/Hakyll | |
parent | 55e54845a70f246f29d665ac84fe8f64369355f3 (diff) | |
download | hakyll-0d9de903a05c2c18237ee010be1bc0f7f1864c65.tar.gz |
Forgot to export split function.
Diffstat (limited to 'src/Text/Hakyll')
-rw-r--r-- | src/Text/Hakyll/Util.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Hakyll/Util.hs b/src/Text/Hakyll/Util.hs index 68dc2b8..773e32c 100644 --- a/src/Text/Hakyll/Util.hs +++ b/src/Text/Hakyll/Util.hs @@ -4,6 +4,7 @@ module Text.Hakyll.Util makeDirectories, getRecursiveContents, trim, + split, isCacheFileValid ) where |