We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4494de0 commit fc3e9a0Copy full SHA for fc3e9a0
servant/servant.cabal
@@ -116,7 +116,7 @@ library
116
-- Types
117
exposed-modules:
118
Servant.Types.SourceT
119
- Servant.Types.Internal.ResponseList
+ Servant.Types.Internal.Response
120
121
-- Test stuff
122
exposed-modules: Servant.Test.ComprehensiveAPI
servant/src/Servant/Types/Internal/ResponseList.hs renamed to servant/src/Servant/Types/Internal/Response.hs
@@ -3,7 +3,7 @@
3
-- | This module offers other servant libraries a minimalistic HTTP response type.
4
--
5
-- It is purely an internal API and SHOULD NOT be used by end-users of Servant.
6
-module Servant.Types.Internal.ResponseList where
+module Servant.Types.Internal.Response where
7
8
import Network.HTTP.Types (Status, Header)
9
import Data.Sequence (Seq)
0 commit comments