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