gi-notify 0.7.24 → 0.7.25
raw patch · 4 files changed
+9/−5 lines, 4 filesdep ~textsetup-changedPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: text
API changes (from Hackage documentation)
+ GI.Notify.Enums: AnotherClosedReason :: Int -> ClosedReason
+ GI.Notify.Enums: ClosedReasonApiRequest :: ClosedReason
+ GI.Notify.Enums: ClosedReasonDismissed :: ClosedReason
+ GI.Notify.Enums: ClosedReasonExpired :: ClosedReason
+ GI.Notify.Enums: ClosedReasonUndefiend :: ClosedReason
+ GI.Notify.Enums: ClosedReasonUnset :: ClosedReason
+ GI.Notify.Enums: data ClosedReason
+ GI.Notify.Enums: instance Data.GI.Base.BasicTypes.BoxedEnum GI.Notify.Enums.ClosedReason
+ GI.Notify.Enums: instance Data.GI.Base.BasicTypes.TypedObject GI.Notify.Enums.ClosedReason
+ GI.Notify.Enums: instance Data.GI.Base.Overloading.HasParentTypes GI.Notify.Enums.ClosedReason
+ GI.Notify.Enums: instance GHC.Classes.Eq GI.Notify.Enums.ClosedReason
+ GI.Notify.Enums: instance GHC.Classes.Ord GI.Notify.Enums.ClosedReason
+ GI.Notify.Enums: instance GHC.Enum.Enum GI.Notify.Enums.ClosedReason
+ GI.Notify.Enums: instance GHC.Show.Show GI.Notify.Enums.ClosedReason
+ GI.Notify.Objects.Notification: notificationGetActivationToken :: (HasCallStack, MonadIO m, IsNotification a) => a -> m Text
- GI.Notify.Callbacks: type ActionCallback = Notification -> Text -> IO ()
+ GI.Notify.Callbacks: type ActionCallback = -- | /@notification@/: a t'GI.Notify.Callbacks.ActionCallback' notification Notification -> -- | /@action@/: The activated action name Text -> IO ()
- GI.Notify.Callbacks: type ActionCallback_WithClosures = Notification -> Text -> Ptr () -> IO ()
+ GI.Notify.Callbacks: type ActionCallback_WithClosures = -- | /@notification@/: a t'GI.Notify.Callbacks.ActionCallback' notification Notification -> -- | /@action@/: The activated action name Text -> -- | /@userData@/: User provided data Ptr () -> IO ()
- GI.Notify.Functions: init :: (HasCallStack, MonadIO m) => Text -> m Bool
+ GI.Notify.Functions: init :: (HasCallStack, MonadIO m) => Maybe Text -> m Bool
Files
- ChangeLog.md +4/−0
- README.md +1/−1
- Setup.hs +1/−1
- gi-notify.cabal +3/−3
ChangeLog.md view
@@ -1,3 +1,7 @@+### 0.7.25+++ Relax constraint on text+ ### 0.7.24 + Update to haskell-gi(-base)-0.26
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-notify-0.7.24/docs/GI-Notify.html](https://hackage.haskell.org/package/gi-notify-0.7.24/docs/GI-Notify.html)+[https://hackage.haskell.org/package/gi-notify-0.7.25/docs/GI-Notify.html](https://hackage.haskell.org/package/gi-notify-0.7.25/docs/GI-Notify.html) For general documentation on using [haskell-gi](https://github.com/haskell-gi/haskell-gi) based bindings, see [the project page](https://github.com/haskell-gi/haskell-gi) or [the Wiki](https://github.com/haskell-gi/haskell-gi/wiki).
Setup.hs view
@@ -12,7 +12,7 @@ where name = "Notify" version = "0.7" pkgName = "gi-notify"- pkgVersion = "0.7.24"+ pkgVersion = "0.7.25" overridesFile = Just "Notify.overrides" verbose = False outputDir = Nothing
gi-notify.cabal view
@@ -1,5 +1,5 @@ name: gi-notify-version: 0.7.24+version: 0.7.25 synopsis: Libnotify bindings description: Bindings for Libnotify, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi@@ -23,7 +23,7 @@ library default-language: Haskell2010- default-extensions: NoImplicitPrelude, ScopedTypeVariables, CPP, OverloadedStrings, NegativeLiterals, ConstraintKinds, TypeFamilies, MultiParamTypeClasses, KindSignatures, FlexibleInstances, UndecidableInstances, DataKinds, FlexibleContexts, UndecidableSuperClasses+ default-extensions: NoImplicitPrelude, ScopedTypeVariables, CPP, OverloadedStrings, NegativeLiterals, ConstraintKinds, TypeFamilies, MultiParamTypeClasses, KindSignatures, FlexibleInstances, UndecidableInstances, DataKinds, FlexibleContexts, UndecidableSuperClasses, TypeOperators other-extensions: PatternSynonyms, ViewPatterns, TypeApplications ghc-options: -fno-warn-unused-imports -fno-warn-warnings-deprecations @@ -37,7 +37,7 @@ gi-glib == 2.0.*, bytestring >= 0.10 && < 1, containers >= 0.5 && < 1,- text >= 1.0 && < 2,+ text >= 1.0 && < 3, transformers >= 0.4 && < 1 -- Disable overloading when compiling under GHC 8.2.x