From c8def821a1abe3847387d660f1f0fa11323cff8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Tue, 11 Nov 2014 15:58:35 +0800 Subject: [PATCH] Re-export `Proxy(..)` from module `Servant` --- src/Servant.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Servant.hs b/src/Servant.hs index f4c5b6c6..22bb5f11 100644 --- a/src/Servant.hs +++ b/src/Servant.hs @@ -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