pms-ui-request 0.0.1.0 → 0.0.2.0
raw patch · 2 files changed
+7/−3 lines, 2 files
Files
- CHANGELOG.md +4/−0
- pms-ui-request.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for pms-ui-request +## 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-request.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-request@@ -59,7 +59,7 @@ -- ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-orphans -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -- Import common warning flags.- ghc-options: -Wall+ ghc-options: -Wall -threaded -- Modules exported by the library. exposed-modules: PMS.UI.Request.DM.Type,@@ -99,7 +99,7 @@ test-suite pms-ui-request-test -- Import common warning flags.- ghc-options: -Wall+ ghc-options: -Wall -threaded -- Base language which the package is written in. default-language: GHC2021