desktop-portal 0.6.0.0 → 0.6.0.1
raw patch · 2 files changed
+18/−14 lines, 2 filesdep ~bytestringdep ~directorydep ~filepathPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: bytestring, directory, filepath, network, process, random, unix
API changes (from Hackage documentation)
- Desktop.Portal.Notification: type NotificationActionInvokedCallback = Text " The id of the notification that was clicked." -> Text " The name of the action that was invoked." -> Maybe Variant " The target parameter that goes along with the action, if any." -> IO () " A command to run when the action is invoked."
+ Desktop.Portal.Notification: type NotificationActionInvokedCallback = -- | The id of the notification that was clicked. Text -> -- | The name of the action that was invoked. Text -> -- | The target parameter that goes along with the action, if any. Maybe Variant -> -- | A command to run when the action is invoked. IO ()
Files
- ChangeLog.md +4/−0
- desktop-portal.cabal +14/−14
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.6.0.1+### Changed+- Allow network 3.2.x.+ ## 0.6.0.0 ### Changed - Convert more APIs from `FilePath` to `OsPath`.
desktop-portal.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: desktop-portal-version: 0.6.0.0+version: 0.6.0.1 license: MIT license-file: LICENSE maintainer: garethdanielsmith@gmail.com@@ -51,17 +51,17 @@ build-depends: base >=4.7 && <5, binary >=0.8.9.1 && <0.9,- bytestring >=0.11.5.2 && <0.12,+ bytestring >=0.11.5.3 && <0.12, containers >=0.6.7 && <0.7, data-default-class >=0.1.2.0 && <0.2, dbus >=1.3.0 && <2,- directory >=1.3.8.1 && <1.4,- filepath >=1.4.100.4 && <1.5,+ directory >=1.3.8.5 && <1.4,+ filepath >=1.4.300.1 && <1.5, modern-uri >=0.3.6.1 && <0.4,- network >=3.1.4.0 && <3.2,- random >=1.2.1.1 && <1.3,+ network >=3.1.4.0 && <3.3,+ random >=1.2.1.2 && <1.3, text >=2.0.2 && <2.1,- unix >=2.8.1.0 && <2.9+ unix >=2.8.4.0 && <2.9 test-suite spec type: exitcode-stdio-1.0@@ -96,19 +96,19 @@ build-depends: base >=4.7 && <5, binary >=0.8.9.1 && <0.9,- bytestring >=0.11.5.2 && <0.12,+ bytestring >=0.11.5.3 && <0.12, containers >=0.6.7 && <0.7, data-default-class >=0.1.2.0 && <0.2, dbus >=1.3.0 && <2, desktop-portal,- directory >=1.3.8.1 && <1.4,- filepath >=1.4.100.4 && <1.5,+ directory >=1.3.8.5 && <1.4,+ filepath >=1.4.300.1 && <1.5, hspec >=2 && <3, hspec-expectations >=0.8.4 && <0.9, modern-uri >=0.3.6.1 && <0.4,- network >=3.1.4.0 && <3.2,- process >=1.6.17.0 && <1.7,- random >=1.2.1.1 && <1.3,+ network >=3.1.4.0 && <3.3,+ process >=1.6.20.0 && <1.7,+ random >=1.2.1.2 && <1.3, temporary >=1.3 && <1.4, text >=2.0.2 && <2.1,- unix >=2.8.1.0 && <2.9+ unix >=2.8.4.0 && <2.9