Skip to content

Commit 9b99548

Browse files
committed
Rename Servant.Types.Internal.ResponseList to Servant.Types.Internal.ResponseList
1 parent fc3e9a0 commit 9b99548

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

servant-client-core/src/Servant/Client/Core/Response.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import Network.HTTP.Types
3131

3232
import Servant.API.Stream
3333
(SourceIO)
34-
import Servant.Types.Internal.ResponseList
34+
import Servant.Types.Internal.Response
3535

3636
data ResponseF a = Response
3737
{ responseStatusCode :: Status

servant-server/src/Servant/Server/Internal/ResponseRender.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import Servant.API.MultiVerb
1919
import Servant.API.Status
2020
import Servant.API.Stream (SourceIO)
2121
import Servant.API.UVerb.Union
22-
import Servant.Types.Internal.ResponseList
22+
import Servant.Types.Internal.Response
2323
import qualified Network.HTTP.Media as M
2424
import Data.Foldable (toList)
2525
import Data.Sequence ((<|))

0 commit comments

Comments
 (0)