do not export Control.Lens and Data.Monoid from Servant.Docs
This commit is contained in:
parent
eb87b00b0d
commit
38fea6060e
1 changed files with 0 additions and 4 deletions
|
@ -177,10 +177,6 @@ module Servant.Docs
|
||||||
, Response, respStatus, respTypes, respBody, defResponse
|
, Response, respStatus, respTypes, respBody, defResponse
|
||||||
, Action, captures, headers, notes, params, rqtypes, rqbody, response, defAction
|
, Action, captures, headers, notes, params, rqtypes, rqbody, response, defAction
|
||||||
, single
|
, single
|
||||||
|
|
||||||
, -- * Useful modules when defining your doc printers
|
|
||||||
module Control.Lens
|
|
||||||
, module Data.Monoid
|
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Control.Applicative
|
import Control.Applicative
|
||||||
|
|
Loading…
Reference in a new issue