imp: fix Foundation runExceptT import (#1847)

This commit is contained in:
Simon Michael 2022-03-25 16:05:17 -10:00
parent d60e1464d5
commit d70c547b15

View File

@ -17,7 +17,7 @@ module Hledger.Web.Foundation where
import Control.Applicative ((<|>))
import Control.Monad (join, when)
import Control.Monad.Except (runExceptT)
-- import Control.Monad.Except (runExceptT) -- now re-exported by Hledger
import qualified Data.ByteString.Char8 as BC
import Data.Traversable (for)
import Data.IORef (IORef, readIORef, writeIORef)