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