mcp-server 0.1.0.15 → 0.1.0.16
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: template-haskell
API changes (from Hackage documentation)
Files
- mcp-server.cabal +2/−2
mcp-server.cabal view
@@ -15,7 +15,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.15+version: 0.1.0.16 -- A short (one-line) description of the package. synopsis: Library for building Model Context Protocol (MCP) servers -- A longer description of the package.@@ -82,7 +82,7 @@ containers >=0.6 && <0.9, http-types >=0.12 && <1.0, network-uri >=2.6 && <2.8,- template-haskell >=2.16 && <2.24,+ template-haskell >=2.16 && <2.25, text >=1.2 && <3.0, vector >=0.12 && <1.0, wai >=3.2 && <4.0,