packages feed

pms-ui-response 0.0.1.0 → 0.0.2.0

raw patch · 2 files changed

+7/−3 lines, 2 files

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for pms-ui-response +## 0.0.2.0 -- 2025-06-22++*Added file change monitoring for tools-list.json.+ ## 0.0.1.0 -- 2025-05-31  * First version.
pms-ui-response.cabal view
@@ -20,7 +20,7 @@ -- PVP summary:     +-+------- breaking API changes --                  | | +----- non-breaking API additions --                  | | | +--- code changes with no API change-version:            0.0.1.0+version:            0.0.2.0  -- A short (one-line) description of the package. synopsis:           pms-ui-response@@ -56,7 +56,7 @@  library     -- Import common warning flags.-    ghc-options: -Wall+    ghc-options: -Wall -threaded      -- Modules exported by the library.     exposed-modules:  PMS.UI.Response.DM.Type,@@ -96,7 +96,7 @@  test-suite pms-ui-response-test     -- Import common warning flags.-    ghc-options: -Wall+    ghc-options: -Wall -threaded      -- Base language which the package is written in.     default-language: GHC2021