gi-glib 2.0.13 → 2.0.14
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~haskell-gi-overloadingPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: haskell-gi-overloading
API changes (from Hackage documentation)
- GI.GLib.Functions: mkdtemp :: (HasCallStack, MonadIO m) => [Char] -> m (Maybe [Char])
- GI.GLib.Functions: mkdtempFull :: (HasCallStack, MonadIO m) => [Char] -> Int32 -> m (Maybe [Char])
- GI.GLib.Functions: mkstemp :: (HasCallStack, MonadIO m) => [Char] -> m Int32
- GI.GLib.Functions: mkstempFull :: (HasCallStack, MonadIO m) => [Char] -> Int32 -> Int32 -> m Int32
+ GI.GLib.Enums: ChecksumTypeSha384 :: ChecksumType
+ GI.GLib.Enums: UnicodeBreakTypeEmojiBase :: UnicodeBreakType
+ GI.GLib.Enums: UnicodeBreakTypeEmojiModifier :: UnicodeBreakType
+ GI.GLib.Enums: UnicodeBreakTypeZeroWidthJoiner :: UnicodeBreakType
+ GI.GLib.Enums: UnicodeScriptAdlam :: UnicodeScript
+ GI.GLib.Enums: UnicodeScriptBhaiksuki :: UnicodeScript
+ GI.GLib.Enums: UnicodeScriptMarchen :: UnicodeScript
+ GI.GLib.Enums: UnicodeScriptNewa :: UnicodeScript
+ GI.GLib.Enums: UnicodeScriptOsage :: UnicodeScript
+ GI.GLib.Enums: UnicodeScriptTangut :: UnicodeScript
+ GI.GLib.Functions: utf8MakeValid :: (HasCallStack, MonadIO m) => Text -> Int64 -> m Text
+ GI.GLib.Functions: uuidStringIsValid :: (HasCallStack, MonadIO m) => Text -> m Bool
+ GI.GLib.Functions: uuidStringRandom :: (HasCallStack, MonadIO m) => m Text
- GI.GLib.Structs.MainContext: mainContextCheck :: (HasCallStack, MonadIO m) => MainContext -> Int32 -> [PollFD] -> m Int32
+ GI.GLib.Structs.MainContext: mainContextCheck :: (HasCallStack, MonadIO m) => MainContext -> Int32 -> [PollFD] -> m Bool
Files
- README.md +1/−1
- gi-glib.cabal +4/−1
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-glib-2.0.13/docs/GI-GLib.html](https://hackage.haskell.org/package/gi-glib-2.0.13/docs/GI-GLib.html)+[https://hackage.haskell.org/package/gi-glib-2.0.14/docs/GI-GLib.html](https://hackage.haskell.org/package/gi-glib-2.0.14/docs/GI-GLib.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-glib.cabal view
@@ -1,5 +1,5 @@ name: gi-glib-version: 2.0.13+version: 2.0.14 synopsis: GLib bindings description: Bindings for GLib, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi@@ -27,9 +27,12 @@ default-extensions: NoImplicitPrelude, ScopedTypeVariables, CPP, OverloadedStrings, NegativeLiterals, ConstraintKinds, TypeFamilies, MultiParamTypeClasses, KindSignatures, FlexibleInstances, UndecidableInstances, DataKinds, FlexibleContexts other-extensions: PatternSynonyms, ViewPatterns ghc-options: -fno-warn-unused-imports -fno-warn-warnings-deprecations+ if flag(enable-overloading) cpp-options: -DENABLE_OVERLOADING build-depends: haskell-gi-overloading == 1.0.*+ else+ build-depends: haskell-gi-overloading == 0.0 pkgconfig-depends: glib-2.0 build-depends: base >= 4.7 && <5,