diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-03-18 10:51:12 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-03-18 10:51:12 +0100 |
commit | c95d056be874d4f54732bc787522852c95b930e2 (patch) | |
tree | 5ded6cfd6963e7092f205fc4be090473751065fd /src/Hakyll | |
parent | 7f80792f42fc385d71194b8a8e37e65d11411e63 (diff) | |
download | hakyll-c95d056be874d4f54732bc787522852c95b930e2.tar.gz |
Bump dependencies
Diffstat (limited to 'src/Hakyll')
-rw-r--r-- | src/Hakyll/Core/Run.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Hakyll/Core/Run.hs b/src/Hakyll/Core/Run.hs index f98259c..4384f40 100644 --- a/src/Hakyll/Core/Run.hs +++ b/src/Hakyll/Core/Run.hs @@ -6,7 +6,6 @@ module Hakyll.Core.Run ) where import Control.Applicative (Applicative, (<$>)) -import Control.Exception (handle) import Control.Monad (filterM, forM_) import Control.Monad.Error (ErrorT, runErrorT, throwError) import Control.Monad.Reader (ReaderT, runReaderT, ask) |