packages feed

gi-gtkosxapplication 2.0.15 → 2.0.16

raw patch · 5 files changed

+30/−10 lines, 5 filesdep ~haskell-gidep ~haskell-gi-base

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

Files

ChangeLog.md view
@@ -1,3 +1,9 @@+### 2.0.16+++ Update stack version to 12.10+++ Change the description of the package to mention gtk-mac-integration, to improve discoverability.+ ### 2.0.15  + Remove enable-overloading flags, and use instead explicit CPP checks for 'haskell-gi-overloading-1.0', see [how to disable overloading](https://github.com/haskell-gi/haskell-gi/wiki/Overloading\#disabling-overloading).
LICENSE view
@@ -1,3 +1,17 @@+The gi-gtkosxapplication library and included works are provided under the terms of the+GNU Library General Public License (LGPL) version 2.1 with the following+exception:++Static linking of applications or any other source to the gi-gtkosxapplication library+does not constitute a modified or derivative work and does not require+the author(s) to provide source code for said work, to link against the+shared gi-gtkosxapplication libraries, or to link their applications against a+user-supplied version of gi-gtkosxapplication. If you link applications to a modified+version of gi-gtkosxapplication, then the changes to gi-gtkosxapplication must be provided under the+terms of the LGPL.++----------------------------------------------------------------------------+                   GNU LESSER GENERAL PUBLIC LICENSE                        Version 2.1, February 1999 
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-gtkosxapplication-2.0.15/docs/GI-GtkosxApplication.html](https://hackage.haskell.org/package/gi-gtkosxapplication-2.0.15/docs/GI-GtkosxApplication.html)+[https://hackage.haskell.org/package/gi-gtkosxapplication-2.0.16/docs/GI-GtkosxApplication.html](https://hackage.haskell.org/package/gi-gtkosxapplication-2.0.16/docs/GI-GtkosxApplication.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-gtkosxapplication.cabal view
@@ -1,33 +1,33 @@ name:                 gi-gtkosxapplication-version:              2.0.15+version:              2.0.16 synopsis:             GtkosxApplication bindings-description:          Bindings for GtkosxApplication, autogenerated by haskell-gi.+description:          Bindings for GtkosxApplication (provided by gtk-mac-integration), 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 (garetxe@gmail.com)+maintainer:           Iñaki García Etxebarria (inaki@blueleaf.cc) category:             Bindings build-type:           Custom-cabal-version:        >= 1.24+cabal-version:        1.24  extra-source-files: README.md ChangeLog.md stack.yaml  custom-setup       setup-depends: base >= 4.7 && < 5,                      Cabal >= 1.24,-                     haskell-gi == 0.21.*+                     haskell-gi >= 0.21.4 && < 0.22  library       default-language: Haskell2010-      default-extensions: NoImplicitPrelude, ScopedTypeVariables, CPP, OverloadedStrings, NegativeLiterals, ConstraintKinds, TypeFamilies, MultiParamTypeClasses, KindSignatures, FlexibleInstances, UndecidableInstances, DataKinds, FlexibleContexts+      default-extensions: NoImplicitPrelude, ScopedTypeVariables, CPP, OverloadedStrings, NegativeLiterals, ConstraintKinds, TypeFamilies, MultiParamTypeClasses, KindSignatures, FlexibleInstances, UndecidableInstances, DataKinds, FlexibleContexts, UndecidableSuperClasses       other-extensions: PatternSynonyms, ViewPatterns       ghc-options: -fno-warn-unused-imports -fno-warn-warnings-deprecations        pkgconfig-depends: gtk-mac-integration-gtk3 >= 2.0 && < 3       build-depends: base >= 4.7 && <5,                      haskell-gi-base == 0.21.*,-                     haskell-gi == 0.21.*,+                     haskell-gi >= 0.21.4 && < 0.22,                      haskell-gi-overloading < 1.1,                      gi-gtk == 3.0.*,                      gi-gdkpixbuf == 2.0.*,@@ -35,7 +35,7 @@                      bytestring >= 0.10 && < 1,                      containers >= 0.5 && < 1,                      text >= 1.0 && < 2,-                     transformers >= 0.4 && < 1+                     transformers >= 0.4 	&& < 1        -- Disable overloading when compiling under GHC 8.2.x       -- see https://ghc.haskell.org/trac/ghc/ticket/14382
stack.yaml view
@@ -1,3 +1,3 @@ packages: - '.'-resolver: lts-9.21+resolver: lts-13.7