parent
8bf81190b2
commit
f484483d84
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue