do not export Control.Lens and Data.Monoid from Servant.Docs

This commit is contained in:
Alp Mestanogullari 2015-03-26 13:03:22 +01:00
parent eb87b00b0d
commit 38fea6060e

View File

@ -177,10 +177,6 @@ module Servant.Docs
, Response, respStatus, respTypes, respBody, defResponse
, Action, captures, headers, notes, params, rqtypes, rqbody, response, defAction
, single
, -- * Useful modules when defining your doc printers
module Control.Lens
, module Data.Monoid
) where
import Control.Applicative