File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
servant-client-core/src/Servant/Client/Core
servant-server/src/Servant/Server/Internal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import Network.HTTP.Types
31
31
32
32
import Servant.API.Stream
33
33
(SourceIO )
34
- import Servant.Types.Internal.ResponseList
34
+ import Servant.Types.Internal.Response
35
35
36
36
data ResponseF a = Response
37
37
{ responseStatusCode :: Status
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import Servant.API.MultiVerb
19
19
import Servant.API.Status
20
20
import Servant.API.Stream (SourceIO )
21
21
import Servant.API.UVerb.Union
22
- import Servant.Types.Internal.ResponseList
22
+ import Servant.Types.Internal.Response
23
23
import qualified Network.HTTP.Media as M
24
24
import Data.Foldable (toList )
25
25
import Data.Sequence ((<|) )
You can’t perform that action at this time.
0 commit comments