Rename sendRequest to request, sendRequest' to sendRequest
[opengl.git] / src / Language / Haskell / LSP / Test / Capabilities.hs
index 96d5b6708f66222c69f34e0b8d0ff31f468a27df..2fd3a9947017ef244dd549585403df50078717f2 100644 (file)
@@ -3,14 +3,13 @@ module Language.Haskell.LSP.Test.Capabilities where
 import Language.Haskell.LSP.Types
 import Language.Haskell.LSP.Types.Capabilities
 
--- | Capabilities for full conformance to the current (v3.10) LSP specification.
--- The whole shebang.
+-- | The whole shebang. The real deal.
+-- Capabilities for full conformance to the current (v3.10) LSP specification.
 fullCaps :: ClientCapabilities
 fullCaps = capsForVersion (LSPVersion maxBound maxBound)
 
 -- | A specific version of the LSP specification.
-data LSPVersion = LSPVersion Int -- ^ Major
-                             Int -- ^ Minor
+data LSPVersion = LSPVersion Int Int -- ^ Construct a major.minor version
 
 -- | Capabilities for full conformance to the LSP specification up until a version.
 -- Some important milestones: