gi-javascriptcore 3.0.15 → 6.0.5
raw patch · 6 files changed
Files
- ChangeLog.md +0/−4
- LICENSE +14/−0
- README.md +2/−6
- Setup.hs +3/−9
- gi-javascriptcore.cabal +22/−33
- stack.yaml +0/−3
− ChangeLog.md
@@ -1,4 +0,0 @@-### 3.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-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-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-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.++----------------------------------------------------------------------------+ GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999
README.md view
@@ -1,6 +1,2 @@-# Documentation-Autogenerated documentation for this package can be found at--[https://hackage.haskell.org/package/gi-javascriptcore-3.0.15/docs/GI-JavaScriptCore.html](https://hackage.haskell.org/package/gi-javascriptcore-3.0.15/docs/GI-JavaScriptCore.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).+# Information+This is a compatibility package. For newer projects we recommend that you use [gi-javascriptcore6](/package/gi-javascriptcore6) instead.
Setup.hs view
@@ -1,11 +1,5 @@-{-# LANGUAGE OverloadedStrings #-}--import Data.GI.CodeGen.CabalHooks (setupHaskellGIBinding)+import Data.GI.CodeGen.CabalHooks (setupCompatWrapper)+import qualified GI.JavaScriptCore.Config as Cfg main :: IO ()-main = setupHaskellGIBinding name version verbose overridesFile outputDir- where name = "JavaScriptCore"- version = "3.0"- overridesFile = Nothing- verbose = False- outputDir = Nothing+main = setupCompatWrapper "gi-javascriptcore6" Cfg.modules
gi-javascriptcore.cabal view
@@ -1,40 +1,29 @@-name: gi-javascriptcore-version: 3.0.15-synopsis: JavaScriptCore bindings-description: Bindings for JavaScriptCore, 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)-category: Bindings-build-type: Custom-cabal-version: >= 1.24+name: gi-javascriptcore+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-javascriptcore6 package.+homepage: https://github.com/haskell-gi/haskell-gi+license: LGPL-2.1+license-file: LICENSE+author: Iñaki García Etxebarria+maintainer: Iñaki García Etxebarria+category: Bindings+build-type: Custom+cabal-version: 2.0 -extra-source-files: README.md ChangeLog.md stack.yaml+extra-source-files: README.md custom-setup- setup-depends: base >= 4.7 && < 5,- Cabal >= 1.24,- haskell-gi == 0.21.*+ setup-depends:+ base >= 4.11 && <5,+ haskell-gi ^>= 0.26.14,+ gi-javascriptcore6 ^>= 6.0.5 library- default-language: Haskell2010- default-extensions: NoImplicitPrelude, ScopedTypeVariables, CPP, OverloadedStrings, NegativeLiterals, ConstraintKinds, TypeFamilies, MultiParamTypeClasses, KindSignatures, FlexibleInstances, UndecidableInstances, DataKinds, FlexibleContexts- other-extensions: PatternSynonyms, ViewPatterns- ghc-options: -fno-warn-unused-imports -fno-warn-warnings-deprecations+ ghc-options: -Wall - pkgconfig-depends: javascriptcoregtk-3.0- build-depends: base >= 4.7 && <5,- haskell-gi-base == 0.21.*,- haskell-gi == 0.21.*,- haskell-gi-overloading < 1.1,- bytestring >= 0.10 && < 1,- containers >= 0.5 && < 1,- text >= 1.0 && < 2,- transformers >= 0.4 && < 1+ build-depends: base >= 4.11 && <5,+ gi-javascriptcore6 ^>= 6.0.5 - -- Disable overloading when compiling under GHC 8.2.x- -- see https://ghc.haskell.org/trac/ghc/ticket/14382- if impl(ghc == 8.2.*)- build-depends: haskell-gi-overloading == 0.0+ default-language: Haskell2010
− stack.yaml
@@ -1,3 +0,0 @@-packages:-- '.'-resolver: lts-9.21