pms-infra-socket 0.0.4.0 → 0.0.5.0
raw patch · 3 files changed
+5/−3 lines, 3 files
Files
- CHANGELOG.md +4/−0
- pms-infra-socket.cabal +1/−1
- src/PMS/Infra/Socket/DM/Type.hs +0/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for pms-infra-socket +## 0.0.5.0 -- 2025-08-17++* Fixed proc-message.+ ## 0.0.4.0 -- 2025-07-27 * Fixed resources templates.
pms-infra-socket.cabal view
@@ -20,7 +20,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.0.4.0+version: 0.0.5.0 -- A short (one-line) description of the package. synopsis: pms-infra-socket
src/PMS/Infra/Socket/DM/Type.hs view
@@ -20,7 +20,6 @@ data AppData = AppData { _socketAppData :: STM.TMVar (Maybe Socket) , _lockAppData :: STM.TMVar ()- , _jsonrpcAppData :: DM.JsonRpcRequest } makeLenses ''AppData@@ -32,7 +31,6 @@ return AppData { _socketAppData = mgrVar , _lockAppData = lock- , _jsonrpcAppData = def } -- |