Skip to content

Commit

Permalink
Rename Servant.Types.Internal.ResponseList to Servant.Types.Internal.…
Browse files Browse the repository at this point in the history
…ResponseList
  • Loading branch information
tchoutri committed Jan 16, 2025
1 parent fc3e9a0 commit 9b99548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion servant-client-core/src/Servant/Client/Core/Response.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import Network.HTTP.Types

import Servant.API.Stream
(SourceIO)
import Servant.Types.Internal.ResponseList
import Servant.Types.Internal.Response

data ResponseF a = Response
{ responseStatusCode :: Status
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Servant.API.MultiVerb
import Servant.API.Status
import Servant.API.Stream (SourceIO)
import Servant.API.UVerb.Union
import Servant.Types.Internal.ResponseList
import Servant.Types.Internal.Response
import qualified Network.HTTP.Media as M
import Data.Foldable (toList)
import Data.Sequence ((<|))
Expand Down

0 comments on commit 9b99548

Please sign in to comment.