gi-gdk 3.0.30 → 4.0.10
raw patch · 4 files changed
Files
- LICENSE +5/−5
- README.md +1/−1
- Setup.hs +1/−1
- gi-gdk.cabal +5/−5
LICENSE view
@@ -1,13 +1,13 @@-The gi-gdk3 library and included works are provided under the terms of the+The gi-gdk4 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-gdk3 library+Static linking of applications or any other source to the gi-gdk4 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-gdk3 libraries, or to link their applications against a-user-supplied version of gi-gdk3. If you link applications to a modified-version of gi-gdk3, then the changes to gi-gdk3 must be provided under the+shared gi-gdk4 libraries, or to link their applications against a+user-supplied version of gi-gdk4. If you link applications to a modified+version of gi-gdk4, then the changes to gi-gdk4 must be provided under the terms of the LGPL. ----------------------------------------------------------------------------
README.md view
@@ -1,2 +1,2 @@ # Information-This is a compatibility package. For newer projects we recommend that you use [gi-gdk3](/package/gi-gdk3) instead.+This is a compatibility package. For newer projects we recommend that you use [gi-gdk4](/package/gi-gdk4) instead.
Setup.hs view
@@ -2,4 +2,4 @@ import qualified GI.Gdk.Config as Cfg main :: IO ()-main = setupCompatWrapper "gi-gdk3" Cfg.modules+main = setupCompatWrapper "gi-gdk4" Cfg.modules
gi-gdk.cabal view
@@ -1,8 +1,8 @@ name: gi-gdk-version: 3.0.30-synopsis: Gdk 3.x bindings (compatibility layer)+version: 4.0.10+synopsis: Gdk bindings (compatibility layer) description: This package re-exports (for backward compatibility)- the haskell-gi generated bindings in the gi-gdk3 package.+ the haskell-gi generated bindings in the gi-gdk4 package. homepage: https://github.com/haskell-gi/haskell-gi license: LGPL-2.1 license-file: LICENSE@@ -18,12 +18,12 @@ setup-depends: base >= 4.11 && <5, haskell-gi ^>= 0.26.14,- gi-gdk3 ^>= 3.0.30+ gi-gdk4 ^>= 4.0.10 library ghc-options: -Wall build-depends: base >= 4.11 && <5,- gi-gdk3 ^>= 3.0.30+ gi-gdk4 ^>= 4.0.10 default-language: Haskell2010