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 4494de0 commit fc3e9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion servant/servant.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ library
-- Types
exposed-modules:
Servant.Types.SourceT
Servant.Types.Internal.ResponseList
Servant.Types.Internal.Response

-- Test stuff
exposed-modules: Servant.Test.ComprehensiveAPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- | This module offers other servant libraries a minimalistic HTTP response type.
--
-- It is purely an internal API and SHOULD NOT be used by end-users of Servant.
module Servant.Types.Internal.ResponseList where
module Servant.Types.Internal.Response where

import Network.HTTP.Types (Status, Header)
import Data.Sequence (Seq)
Expand Down

0 comments on commit fc3e9a0

Please sign in to comment.