diff options
| author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-04-05 22:14:49 +0200 |
|---|---|---|
| committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-04-05 22:14:49 +0200 |
| commit | 015663657ceca7b168bf7d91fbc2fccc41c40904 (patch) | |
| tree | c015978d1eec85981a33d261e32d99d4242acff3 /src/Hakyll/Core/Compiler | |
| parent | 433f36e6f3efdf95276fe0a5f486db3be2824445 (diff) | |
| download | hakyll-015663657ceca7b168bf7d91fbc2fccc41c40904.tar.gz | |
New resource module hierarchy
Diffstat (limited to 'src/Hakyll/Core/Compiler')
| -rw-r--r-- | src/Hakyll/Core/Compiler/Internal.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Core/Compiler/Internal.hs b/src/Hakyll/Core/Compiler/Internal.hs index 4eef91c..1a3c4c3 100644 --- a/src/Hakyll/Core/Compiler/Internal.hs +++ b/src/Hakyll/Core/Compiler/Internal.hs @@ -26,7 +26,7 @@ import Control.Category (Category, (.), id) import Control.Arrow (Arrow, ArrowChoice, arr, first, left) import Hakyll.Core.Identifier -import Hakyll.Core.ResourceProvider +import Hakyll.Core.Resource.Provider import Hakyll.Core.Store import Hakyll.Core.Routes import Hakyll.Core.Logger |
