Re-export Proxy(..) from module Servant

This commit is contained in:
Sönke Hahn 2014-11-11 15:58:35 +08:00
parent 165022a554
commit c8def821a1

View File

@ -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