packages feed

gi-ostree 1.0.16 → 1.0.18

raw patch · 4 files changed

+15/−7 lines, 4 filessetup-changedPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

+ GI.OSTree.Objects.Repo: repoRegenerateMetadata :: (HasCallStack, MonadIO m, IsRepo a, IsCancellable b) => a -> Maybe GVariant -> Maybe GVariant -> Maybe b -> m ()
+ GI.OSTree.Objects.Sysroot: sysrootInitializeWithMountNamespace :: (HasCallStack, MonadIO m, IsSysroot a, IsCancellable b) => a -> Maybe b -> m ()
+ GI.OSTree.Structs.BootloaderAboot: BootloaderAboot :: ManagedPtr BootloaderAboot -> BootloaderAboot
+ GI.OSTree.Structs.BootloaderAboot: instance Data.GI.Base.BasicTypes.BoxedPtr GI.OSTree.Structs.BootloaderAboot.BootloaderAboot
+ GI.OSTree.Structs.BootloaderAboot: instance Data.GI.Base.BasicTypes.ManagedPtrNewtype GI.OSTree.Structs.BootloaderAboot.BootloaderAboot
+ GI.OSTree.Structs.BootloaderAboot: instance GHC.Classes.Eq GI.OSTree.Structs.BootloaderAboot.BootloaderAboot
+ GI.OSTree.Structs.BootloaderAboot: newtype BootloaderAboot
+ GI.OSTree.Structs.KernelArgs: kernelArgsContains :: (HasCallStack, MonadIO m) => KernelArgs -> Text -> m Bool
+ GI.OSTree.Structs.KernelArgs: kernelArgsDeleteIfPresent :: (HasCallStack, MonadIO m) => KernelArgs -> Text -> m ()
+ GI.OSTree.Structs.RepoCheckoutAtOptions: getRepoCheckoutAtOptionsProcessPassthroughWhiteouts :: MonadIO m => RepoCheckoutAtOptions -> m Bool
+ GI.OSTree.Structs.RepoCheckoutAtOptions: setRepoCheckoutAtOptionsProcessPassthroughWhiteouts :: MonadIO m => RepoCheckoutAtOptions -> Bool -> m ()
- GI.OSTree.Objects.Sysroot: sysrootDeploymentSetKargsInPlace :: (HasCallStack, MonadIO m, IsSysroot a, IsDeployment b, IsCancellable c) => a -> b -> Text -> Maybe c -> m ()
+ GI.OSTree.Objects.Sysroot: sysrootDeploymentSetKargsInPlace :: (HasCallStack, MonadIO m, IsSysroot a, IsDeployment b, IsCancellable c) => a -> b -> Maybe Text -> Maybe c -> m ()
- GI.OSTree.Objects.SysrootUpgrader: sysrootUpgraderDupOrigin :: (HasCallStack, MonadIO m, IsSysrootUpgrader a) => a -> m KeyFile
+ GI.OSTree.Objects.SysrootUpgrader: sysrootUpgraderDupOrigin :: (HasCallStack, MonadIO m, IsSysrootUpgrader a) => a -> m (Maybe KeyFile)
- GI.OSTree.Objects.SysrootUpgrader: sysrootUpgraderGetOrigin :: (HasCallStack, MonadIO m, IsSysrootUpgrader a) => a -> m KeyFile
+ GI.OSTree.Objects.SysrootUpgrader: sysrootUpgraderGetOrigin :: (HasCallStack, MonadIO m, IsSysrootUpgrader a) => a -> m (Maybe KeyFile)
- GI.OSTree.Objects.SysrootUpgrader: sysrootUpgraderGetOriginDescription :: (HasCallStack, MonadIO m, IsSysrootUpgrader a) => a -> m Text
+ GI.OSTree.Objects.SysrootUpgrader: sysrootUpgraderGetOriginDescription :: (HasCallStack, MonadIO m, IsSysrootUpgrader a) => a -> m (Maybe Text)

Files

ChangeLog.md view
@@ -1,3 +1,11 @@+### 1.0.18+++ Bump base lower bound++### 1.0.17+++ Bump base lower bound+ ### 1.0.16  + Relax constraint on text
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-ostree-1.0.16/docs/GI-OSTree.html](https://hackage.haskell.org/package/gi-ostree-1.0.16/docs/GI-OSTree.html)+[https://hackage.haskell.org/package/gi-ostree-1.0.18/docs/GI-OSTree.html](https://hackage.haskell.org/package/gi-ostree-1.0.18/docs/GI-OSTree.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 = "OSTree"         version = "1.0"         pkgName = "gi-ostree"-        pkgVersion = "1.0.16"+        pkgVersion = "1.0.18"         overridesFile = Just "OSTree.overrides"         verbose = False         outputDir = Nothing
gi-ostree.cabal view
@@ -1,5 +1,5 @@ name:                 gi-ostree-version:              1.0.16+version:              1.0.18 synopsis:             OSTree bindings description:          Bindings for OSTree, autogenerated by haskell-gi. homepage:             https://github.com/haskell-gi/haskell-gi@@ -14,8 +14,8 @@ extra-source-files: README.md ChangeLog.md stack.yaml OSTree.overrides  custom-setup-      setup-depends: base >= 4.9 && < 5,-                     Cabal >= 1.24,+      setup-depends: base >= 4.11 && < 5,+                     Cabal >= 1.24 && < 4,                      haskell-gi >= 0.26 && < 0.27,                      gi-gio == 2.0.*,                      gi-gobject == 2.0.*,@@ -80,12 +80,12 @@                        GI.OSTree.Objects.SysrootUpgrader,                        GI.OSTree.Structs,                        GI.OSTree.Structs.Bootloader,+                       GI.OSTree.Structs.BootloaderAboot,                        GI.OSTree.Structs.BootloaderGrub2,                        GI.OSTree.Structs.BootloaderInterface,                        GI.OSTree.Structs.BootloaderSyslinux,                        GI.OSTree.Structs.BootloaderUboot,                        GI.OSTree.Structs.BootloaderZipl,-                       GI.OSTree.Structs.CmdPrivateVTable,                        GI.OSTree.Structs.CollectionRef,                        GI.OSTree.Structs.CommitSizesEntry,                        GI.OSTree.Structs.DiffDirsOptions,@@ -143,12 +143,12 @@                        GI.OSTree.Objects.SysrootUpgrader,                        GI.OSTree.Structs,                        GI.OSTree.Structs.Bootloader,+                       GI.OSTree.Structs.BootloaderAboot,                        GI.OSTree.Structs.BootloaderGrub2,                        GI.OSTree.Structs.BootloaderInterface,                        GI.OSTree.Structs.BootloaderSyslinux,                        GI.OSTree.Structs.BootloaderUboot,                        GI.OSTree.Structs.BootloaderZipl,-                       GI.OSTree.Structs.CmdPrivateVTable,                        GI.OSTree.Structs.CollectionRef,                        GI.OSTree.Structs.CommitSizesEntry,                        GI.OSTree.Structs.DiffDirsOptions,