Skip to content

Commit fc3e9a0

Browse files
committed
Rename Servant.Types.Internal.ResponseList to Servant.Types.Internal.ResponseList
1 parent 4494de0 commit fc3e9a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

servant/servant.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ library
116116
-- Types
117117
exposed-modules:
118118
Servant.Types.SourceT
119-
Servant.Types.Internal.ResponseList
119+
Servant.Types.Internal.Response
120120

121121
-- Test stuff
122122
exposed-modules: Servant.Test.ComprehensiveAPI

servant/src/Servant/Types/Internal/ResponseList.hs renamed to servant/src/Servant/Types/Internal/Response.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- | This module offers other servant libraries a minimalistic HTTP response type.
44
--
55
-- It is purely an internal API and SHOULD NOT be used by end-users of Servant.
6-
module Servant.Types.Internal.ResponseList where
6+
module Servant.Types.Internal.Response where
77

88
import Network.HTTP.Types (Status, Header)
99
import Data.Sequence (Seq)

0 commit comments

Comments
 (0)