Re-export throwE from module Servant

Fixes #442
This commit is contained in:
Luke Cycon 2016-04-08 12:06:44 -07:00
parent 8bf81190b2
commit f484483d84

View file

@ -10,8 +10,10 @@ module Servant (
module Servant.Utils.StaticFiles, module Servant.Utils.StaticFiles,
-- | Useful re-exports -- | Useful re-exports
Proxy(..), Proxy(..),
throwError
) where ) where
import Control.Monad.Error.Class (throwError)
import Data.Proxy import Data.Proxy
import Servant.API import Servant.API
import Servant.Server import Servant.Server