Re-export Proxy(..)
from module Servant
This commit is contained in:
parent
165022a554
commit
c8def821a1
1 changed files with 3 additions and 0 deletions
|
@ -12,8 +12,11 @@ module Servant (
|
|||
module Servant.Docs,
|
||||
-- | Helper module
|
||||
module Servant.Common.Text,
|
||||
-- | Useful re-exports
|
||||
Proxy(..),
|
||||
) where
|
||||
|
||||
import Data.Proxy
|
||||
import Servant.API
|
||||
import Servant.Client
|
||||
import Servant.Common.BaseUrl
|
||||
|
|
Loading…
Reference in a new issue