packages feed

gi-javascriptcore 4.0.20 → 4.0.21

raw patch · 3 files changed

+15/−9 lines, 3 filesdep ~haskell-gidep ~haskell-gi-basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: haskell-gi, haskell-gi-base

API changes (from Hackage documentation)

- GI.JavaScriptCore.Objects.Class: getClassContext :: (MonadIO m, IsClass o) => o -> m (Maybe Context)
- GI.JavaScriptCore.Structs.ClassVTable: instance (tag Data.Type.Equality.~ 'Data.GI.Base.Attributes.AttrSet) => Data.GI.Base.Constructible.Constructible GI.JavaScriptCore.Structs.ClassVTable.ClassVTable tag
+ GI.JavaScriptCore.Constants: pattern MAJOR_VERSION :: Int32
+ GI.JavaScriptCore.Constants: pattern MICRO_VERSION :: Int32
+ GI.JavaScriptCore.Constants: pattern MINOR_VERSION :: Int32
+ GI.JavaScriptCore.Constants: pattern OPTIONS_USE_DFG :: Text
+ GI.JavaScriptCore.Constants: pattern OPTIONS_USE_FTL :: Text
+ GI.JavaScriptCore.Constants: pattern OPTIONS_USE_JIT :: Text
+ GI.JavaScriptCore.Constants: pattern OPTIONS_USE_LLINT :: Text
+ GI.JavaScriptCore.Objects.Class: instance Data.GI.Base.GValue.IsGValue GI.JavaScriptCore.Objects.Class.Class
+ GI.JavaScriptCore.Objects.Class: instance GHC.Classes.Eq GI.JavaScriptCore.Objects.Class.Class
+ GI.JavaScriptCore.Objects.Context: instance Data.GI.Base.GValue.IsGValue GI.JavaScriptCore.Objects.Context.Context
+ GI.JavaScriptCore.Objects.Context: instance GHC.Classes.Eq GI.JavaScriptCore.Objects.Context.Context
+ GI.JavaScriptCore.Objects.Exception: instance Data.GI.Base.GValue.IsGValue GI.JavaScriptCore.Objects.Exception.Exception
+ GI.JavaScriptCore.Objects.Exception: instance GHC.Classes.Eq GI.JavaScriptCore.Objects.Exception.Exception
+ GI.JavaScriptCore.Objects.Value: instance Data.GI.Base.GValue.IsGValue GI.JavaScriptCore.Objects.Value.Value
+ GI.JavaScriptCore.Objects.Value: instance GHC.Classes.Eq GI.JavaScriptCore.Objects.Value.Value
+ GI.JavaScriptCore.Objects.VirtualMachine: instance Data.GI.Base.GValue.IsGValue GI.JavaScriptCore.Objects.VirtualMachine.VirtualMachine
+ GI.JavaScriptCore.Objects.VirtualMachine: instance GHC.Classes.Eq GI.JavaScriptCore.Objects.VirtualMachine.VirtualMachine
+ GI.JavaScriptCore.Objects.WeakValue: instance Data.GI.Base.GValue.IsGValue GI.JavaScriptCore.Objects.WeakValue.WeakValue
+ GI.JavaScriptCore.Objects.WeakValue: instance GHC.Classes.Eq GI.JavaScriptCore.Objects.WeakValue.WeakValue
+ GI.JavaScriptCore.Structs.ClassVTable: instance (tag GHC.Types.~ 'Data.GI.Base.Attributes.AttrSet) => Data.GI.Base.Constructible.Constructible GI.JavaScriptCore.Structs.ClassVTable.ClassVTable tag
+ GI.JavaScriptCore.Structs.ClassVTable: instance GHC.Classes.Eq GI.JavaScriptCore.Structs.ClassVTable.ClassVTable
- GI.JavaScriptCore.Callbacks: type ClassDeletePropertyFunction = Class " /@jscClass@/: a 'GI.JavaScriptCore.Objects.Class.Class' " -> Context " /@context@/: a 'GI.JavaScriptCore.Objects.Context.Context' " -> Ptr () " /@instance@/: the /@jscClass@/ instance " -> Text " /@name@/: the property name " -> IO Bool " __Returns:__ 'True' if handled or 'False' to to forward the request to the parent class or prototype chain. "
+ GI.JavaScriptCore.Callbacks: type ClassDeletePropertyFunction = Class " /@jscClass@/: a t'GI.JavaScriptCore.Objects.Class.Class'" -> Context " /@context@/: a t'GI.JavaScriptCore.Objects.Context.Context'" -> Ptr () " /@instance@/: the /@jscClass@/ instance" -> Text " /@name@/: the property name" -> IO Bool " __Returns:__ 'P.True' if handled or 'P.False' to to forward the request to the parent class or prototype chain."
- GI.JavaScriptCore.Callbacks: type ClassEnumeratePropertiesFunction = Class " /@jscClass@/: a 'GI.JavaScriptCore.Objects.Class.Class' " -> Context " /@context@/: a 'GI.JavaScriptCore.Objects.Context.Context' " -> Ptr () " /@instance@/: the /@jscClass@/ instance " -> IO (Maybe [Text]) " __Returns:__ a 'Nothing'-terminated array of strings containing the property names, or 'Nothing' if /@instance@/ doesn\'t have enumerable properties. "
+ GI.JavaScriptCore.Callbacks: type ClassEnumeratePropertiesFunction = Class " /@jscClass@/: a t'GI.JavaScriptCore.Objects.Class.Class'" -> Context " /@context@/: a t'GI.JavaScriptCore.Objects.Context.Context'" -> Ptr () " /@instance@/: the /@jscClass@/ instance" -> IO (Maybe [Text]) " __Returns:__ a 'P.Nothing'-terminated array of strings containing the property names, or 'P.Nothing' if /@instance@/ doesn\'t have enumerable properties."
- GI.JavaScriptCore.Callbacks: type ClassGetPropertyFunction = Class " /@jscClass@/: a 'GI.JavaScriptCore.Objects.Class.Class' " -> Context " /@context@/: a 'GI.JavaScriptCore.Objects.Context.Context' " -> Ptr () " /@instance@/: the /@jscClass@/ instance " -> Text " /@name@/: the property name " -> IO (Maybe Value) " __Returns:__ a 'GI.JavaScriptCore.Objects.Value.Value' or 'Nothing' to forward the request to the parent class or prototype chain "
+ GI.JavaScriptCore.Callbacks: type ClassGetPropertyFunction = Class " /@jscClass@/: a t'GI.JavaScriptCore.Objects.Class.Class'" -> Context " /@context@/: a t'GI.JavaScriptCore.Objects.Context.Context'" -> Ptr () " /@instance@/: the /@jscClass@/ instance" -> Text " /@name@/: the property name" -> IO (Maybe Value) " __Returns:__ a t'GI.JavaScriptCore.Objects.Value.Value' or 'P.Nothing' to forward the request to the parent class or prototype chain"
- GI.JavaScriptCore.Callbacks: type ClassHasPropertyFunction = Class " /@jscClass@/: a 'GI.JavaScriptCore.Objects.Class.Class' " -> Context " /@context@/: a 'GI.JavaScriptCore.Objects.Context.Context' " -> Ptr () " /@instance@/: the /@jscClass@/ instance " -> Text " /@name@/: the property name " -> IO Bool " __Returns:__ 'True' if /@instance@/ has a property with /@name@/ or 'False' to forward the request to the parent class or prototype chain. "
+ GI.JavaScriptCore.Callbacks: type ClassHasPropertyFunction = Class " /@jscClass@/: a t'GI.JavaScriptCore.Objects.Class.Class'" -> Context " /@context@/: a t'GI.JavaScriptCore.Objects.Context.Context'" -> Ptr () " /@instance@/: the /@jscClass@/ instance" -> Text " /@name@/: the property name" -> IO Bool " __Returns:__ 'P.True' if /@instance@/ has a property with /@name@/ or 'P.False' to forward the request to the parent class or prototype chain."
- GI.JavaScriptCore.Callbacks: type ClassSetPropertyFunction = Class " /@jscClass@/: a 'GI.JavaScriptCore.Objects.Class.Class' " -> Context " /@context@/: a 'GI.JavaScriptCore.Objects.Context.Context' " -> Ptr () " /@instance@/: the /@jscClass@/ instance " -> Text " /@name@/: the property name " -> Value " /@value@/: the 'GI.JavaScriptCore.Objects.Value.Value' to set " -> IO Bool " __Returns:__ 'True' if handled or 'False' to forward the request to the parent class or prototype chain. "
+ GI.JavaScriptCore.Callbacks: type ClassSetPropertyFunction = Class " /@jscClass@/: a t'GI.JavaScriptCore.Objects.Class.Class'" -> Context " /@context@/: a t'GI.JavaScriptCore.Objects.Context.Context'" -> Ptr () " /@instance@/: the /@jscClass@/ instance" -> Text " /@name@/: the property name" -> Value " /@value@/: the t'GI.JavaScriptCore.Objects.Value.Value' to set" -> IO Bool " __Returns:__ 'P.True' if handled or 'P.False' to forward the request to the parent class or prototype chain."
- GI.JavaScriptCore.Callbacks: type ExceptionHandler = Context " /@context@/: a 'GI.JavaScriptCore.Objects.Context.Context' " -> Exception " /@exception@/: a 'GI.JavaScriptCore.Objects.Exception.Exception' " -> IO ()
+ GI.JavaScriptCore.Callbacks: type ExceptionHandler = Context " /@context@/: a t'GI.JavaScriptCore.Objects.Context.Context'" -> Exception " /@exception@/: a t'GI.JavaScriptCore.Objects.Exception.Exception'" -> IO ()
- GI.JavaScriptCore.Callbacks: type ExceptionHandler_WithClosures = Context " /@context@/: a 'GI.JavaScriptCore.Objects.Context.Context' " -> Exception " /@exception@/: a 'GI.JavaScriptCore.Objects.Exception.Exception' " -> Ptr () " /@userData@/: user data " -> IO ()
+ GI.JavaScriptCore.Callbacks: type ExceptionHandler_WithClosures = Context " /@context@/: a t'GI.JavaScriptCore.Objects.Context.Context'" -> Exception " /@exception@/: a t'GI.JavaScriptCore.Objects.Exception.Exception'" -> Ptr () " /@userData@/: user data" -> IO ()
- GI.JavaScriptCore.Callbacks: type OptionsFunc = Text " /@option@/: the option name " -> OptionType " /@type@/: the option 'GI.JavaScriptCore.Enums.OptionType' " -> Maybe Text " /@description@/: the option description, or 'Nothing' " -> IO Bool " __Returns:__ 'True' to stop the iteration, or 'False' otherwise "
+ GI.JavaScriptCore.Callbacks: type OptionsFunc = Text " /@option@/: the option name" -> OptionType " /@type@/: the option t'GI.JavaScriptCore.Enums.OptionType'" -> Maybe Text " /@description@/: the option description, or 'P.Nothing'" -> IO Bool " __Returns:__ 'P.True' to stop the iteration, or 'P.False' otherwise"
- GI.JavaScriptCore.Callbacks: type OptionsFunc_WithClosures = Text " /@option@/: the option name " -> OptionType " /@type@/: the option 'GI.JavaScriptCore.Enums.OptionType' " -> Maybe Text " /@description@/: the option description, or 'Nothing' " -> Ptr () " /@userData@/: user data " -> IO Bool " __Returns:__ 'True' to stop the iteration, or 'False' otherwise "
+ GI.JavaScriptCore.Callbacks: type OptionsFunc_WithClosures = Text " /@option@/: the option name" -> OptionType " /@type@/: the option t'GI.JavaScriptCore.Enums.OptionType'" -> Maybe Text " /@description@/: the option description, or 'P.Nothing'" -> Ptr () " /@userData@/: user data" -> IO Bool " __Returns:__ 'P.True' to stop the iteration, or 'P.False' otherwise"

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+### 4.0.21+++ Update for haskell-gi(-base)-0.23+ ### 4.0.20  + Add support for inherited dependencies
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-javascriptcore-4.0.20/docs/GI-JavaScriptCore.html](https://hackage.haskell.org/package/gi-javascriptcore-4.0.20/docs/GI-JavaScriptCore.html)+[https://hackage.haskell.org/package/gi-javascriptcore-4.0.21/docs/GI-JavaScriptCore.html](https://hackage.haskell.org/package/gi-javascriptcore-4.0.21/docs/GI-JavaScriptCore.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).
gi-javascriptcore.cabal view
@@ -1,12 +1,12 @@ name:                 gi-javascriptcore-version:              4.0.20+version:              4.0.21 synopsis:             JavaScriptCore bindings description:          Bindings for JavaScriptCore, autogenerated by haskell-gi. homepage:             https://github.com/haskell-gi/haskell-gi license:              LGPL-2.1 license-file:         LICENSE author:               Will Thompson, Iñaki García Etxebarria and Jonas Platte-maintainer:           Iñaki García Etxebarria (inaki@blueleaf.cc)+maintainer:           Iñaki García Etxebarria category:             Bindings build-type:           Custom cabal-version:        1.24@@ -16,20 +16,20 @@ custom-setup       setup-depends: base >= 4.9 && < 5,                      Cabal >= 1.24,-                     haskell-gi >= 0.22.5 && < 0.23,+                     haskell-gi >= 0.23 && < 0.24,                      gi-gobject == 2.0.*,                      gi-glib == 2.0.*  library       default-language: Haskell2010       default-extensions: NoImplicitPrelude, ScopedTypeVariables, CPP, OverloadedStrings, NegativeLiterals, ConstraintKinds, TypeFamilies, MultiParamTypeClasses, KindSignatures, FlexibleInstances, UndecidableInstances, DataKinds, FlexibleContexts, UndecidableSuperClasses-      other-extensions: PatternSynonyms, ViewPatterns+      other-extensions: PatternSynonyms, ViewPatterns, TypeApplications       ghc-options: -fno-warn-unused-imports -fno-warn-warnings-deprecations        pkgconfig-depends: javascriptcoregtk-4.0       build-depends: base >= 4.7 && <5,-                     haskell-gi-base >= 0.22.0 && < 0.23,-                     haskell-gi >= 0.22.5 && < 0.23,+                     haskell-gi-base >= 0.23 && < 0.24,+                     haskell-gi >= 0.23.0 && < 0.24,                      haskell-gi-overloading < 1.1,                      gi-gobject == 2.0.*,                      gi-glib == 2.0.*,@@ -49,7 +49,8 @@       -- to be built will be built at configure time, based on the       -- available introspection data. -      exposed-modules: GI.JavaScriptCore,+      exposed-modules: GI.JavaScriptCore.Config,+                       GI.JavaScriptCore,                        GI.JavaScriptCore.Callbacks,                        GI.JavaScriptCore.Constants,                        GI.JavaScriptCore.Enums,@@ -65,7 +66,8 @@                        GI.JavaScriptCore.Structs,                        GI.JavaScriptCore.Structs.ClassVTable -      autogen-modules: GI.JavaScriptCore,+      autogen-modules: GI.JavaScriptCore.Config,+                       GI.JavaScriptCore,                        GI.JavaScriptCore.Callbacks,                        GI.JavaScriptCore.Constants,                        GI.JavaScriptCore.Enums,