Cabal revisions of servant-js-0.9.4.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: servant-js-version: 0.9.4.2--synopsis: Automatically derive javascript functions to query servant webservices.-category: Web, Servant-description:- Automatically derive javascript functions to query servant webservices.- .- Supports deriving functions using vanilla javascript AJAX requests, Angulari, Axios or JQuery.- .- You can find an example <https://github.com/haskell-servant/servant-js/blob/master/servant-js/examples/counter.hs here>- which serves the generated javascript to a webpage that allows you to trigger- webservice calls.- .- <https://github.com/haskell-servant/servant-js/blob/master/CHANGELOG.md CHANGELOG>--license: BSD3-license-file: LICENSE-author: Servant Contributors-maintainer: haskell-servant-maintainers@googlegroups.com-copyright: 2015-2016 Servant Contributors-build-type: Simple-cabal-version: >=1.10-homepage: http://haskell-servant.readthedocs.org/-bug-reports: http://github.com/haskell-servant/servant-js/issues-tested-with:- GHC ==8.0.2- || ==8.2.2- || ==8.4.4- || ==8.6.5- || ==8.8.1--extra-source-files:- include/*.h- CHANGELOG.md- README.md-source-repository head- type: git- location: http://github.com/haskell-servant/servant-js.git--flag example- description: Build the example too- manual: True- default: False--library- exposed-modules: Servant.JS- Servant.JS.Angular- Servant.JS.Axios- Servant.JS.Internal- Servant.JS.JQuery- Servant.JS.Vanilla- build-depends: base >= 4.9 && <4.15- , base-compat >= 0.10.5 && <0.12- , charset >= 0.3.7.1 && <0.4- , lens >= 4.17 && <4.20- , servant-foreign >= 0.15 && <0.16- , servant >= 0.15 && <0.18- , text >= 1.2.3.0 && < 1.3-- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall- include-dirs: include--executable counter- main-is: counter.hs- ghc-options: -Wall- hs-source-dirs: examples-- if flag(example)- buildable: True- else- buildable: False-- build-depends: base- , aeson >= 1.4.1.0 && < 1.5- , filepath >= 1- , lens >= 4- , servant- , servant-server- , servant-js- , stm- , transformers- , warp- default-language: Haskell2010--test-suite spec- type: exitcode-stdio-1.0- hs-source-dirs: test- ghc-options: -Wall- main-is: Spec.hs- other-modules:- Servant.JSSpec- Servant.JSSpec.CustomHeaders- build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.8- build-depends: base- , base-compat- , hspec >= 2.6.0 && <2.8- , hspec-expectations- , language-ecmascript >= 0.16- , lens- , servant- , servant-js- , text- , QuickCheck- default-language: Haskell2010+name: servant-js +version: 0.9.4.2 +x-revision: 1 + +synopsis: Automatically derive javascript functions to query servant webservices. +category: Web, Servant +description: + Automatically derive javascript functions to query servant webservices. + . + Supports deriving functions using vanilla javascript AJAX requests, Angulari, Axios or JQuery. + . + You can find an example <https://github.com/haskell-servant/servant-js/blob/master/servant-js/examples/counter.hs here> + which serves the generated javascript to a webpage that allows you to trigger + webservice calls. + . + <https://github.com/haskell-servant/servant-js/blob/master/CHANGELOG.md CHANGELOG> + +license: BSD3 +license-file: LICENSE +author: Servant Contributors +maintainer: haskell-servant-maintainers@googlegroups.com +copyright: 2015-2016 Servant Contributors +build-type: Simple +cabal-version: >=1.10 +homepage: http://haskell-servant.readthedocs.org/ +bug-reports: http://github.com/haskell-servant/servant-js/issues +tested-with: + GHC ==8.0.2 + || ==8.2.2 + || ==8.4.4 + || ==8.6.5 + || ==8.8.4 + || ==8.10.4 + +extra-source-files: + include/*.h + CHANGELOG.md + README.md +source-repository head + type: git + location: http://github.com/haskell-servant/servant-js.git + +flag example + description: Build the example too + manual: True + default: False + +library + exposed-modules: Servant.JS + Servant.JS.Angular + Servant.JS.Axios + Servant.JS.Internal + Servant.JS.JQuery + Servant.JS.Vanilla + build-depends: base >= 4.9 && <4.16 + , base-compat >= 0.10.5 && <0.12 + , charset >= 0.3.7.1 && <0.4 + , lens >= 4.17 && <5.1 + , servant-foreign >= 0.15 && <0.16 + , servant >= 0.15 && <0.19 + , text >= 1.2.3.0 && < 1.3 + + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + include-dirs: include + +executable counter + main-is: counter.hs + ghc-options: -Wall + hs-source-dirs: examples + + if flag(example) + buildable: True + else + buildable: False + + build-depends: base + , aeson >= 1.4.1.0 && < 1.5 + , filepath >= 1 + , lens >= 4 + , servant + , servant-server + , servant-js + , stm + , transformers + , warp + default-language: Haskell2010 + +test-suite spec + type: exitcode-stdio-1.0 + hs-source-dirs: test + ghc-options: -Wall + main-is: Spec.hs + other-modules: + Servant.JSSpec + Servant.JSSpec.CustomHeaders + build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.8 + build-depends: base + , base-compat + , hspec >= 2.6.0 && <2.8 + , hspec-expectations + , language-ecmascript >= 0.16 + , lens + , servant + , servant-js + , text + , QuickCheck + default-language: Haskell2010
revision 2
name: servant-js version: 0.9.4.2 -x-revision: 1 +x-revision: 2 synopsis: Automatically derive javascript functions to query servant webservices. category: Web, Servant Servant.JS.Internal Servant.JS.JQuery Servant.JS.Vanilla - build-depends: base >= 4.9 && <4.16 - , base-compat >= 0.10.5 && <0.12 + build-depends: base >= 4.9 && <4.17 + , base-compat >= 0.10.5 && <0.13 , charset >= 0.3.7.1 && <0.4 - , lens >= 4.17 && <5.1 + , lens >= 4.17 && <5.2 , servant-foreign >= 0.15 && <0.16 - , servant >= 0.15 && <0.19 + , servant >= 0.15 && <0.20 , text >= 1.2.3.0 && < 1.3 hs-source-dirs: src
revision 3
name: servant-js version: 0.9.4.2 -x-revision: 2 +x-revision: 3 synopsis: Automatically derive javascript functions to query servant webservices. category: Web, Servant homepage: http://haskell-servant.readthedocs.org/ bug-reports: http://github.com/haskell-servant/servant-js/issues tested-with: - GHC ==8.0.2 - || ==8.2.2 - || ==8.4.4 - || ==8.6.5 + GHC ==8.6.5 || ==8.8.4 - || ==8.10.4 + || ==8.10.7 + || ==9.0.2 + || ==9.2.1 extra-source-files: include/*.h Servant.JS.Internal Servant.JS.JQuery Servant.JS.Vanilla - build-depends: base >= 4.9 && <4.17 + build-depends: base >= 4.9 && <4.18 , base-compat >= 0.10.5 && <0.13 , charset >= 0.3.7.1 && <0.4 - , lens >= 4.17 && <5.2 + , lens >= 4.17 && <5.3 , servant-foreign >= 0.15 && <0.16 , servant >= 0.15 && <0.20 - , text >= 1.2.3.0 && < 1.3 + , text >= 1.2.3.0 && < 1.3 || >= 2.0 && < 2.1 hs-source-dirs: src default-language: Haskell2010 other-modules: Servant.JSSpec Servant.JSSpec.CustomHeaders - build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.8 + build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.11 build-depends: base , base-compat - , hspec >= 2.6.0 && <2.8 + , hspec >= 2.6.0 && <2.11 , hspec-expectations , language-ecmascript >= 0.16 , lens , servant-js , text , QuickCheck - default-language: Haskell2010 + default-language: Haskell2010
revision 4
name: servant-js version: 0.9.4.2 -x-revision: 3 +x-revision: 4 synopsis: Automatically derive javascript functions to query servant webservices. category: Web, Servant Servant.JS.JQuery Servant.JS.Vanilla build-depends: base >= 4.9 && <4.18 - , base-compat >= 0.10.5 && <0.13 + , base-compat >= 0.10.5 && <0.14 , charset >= 0.3.7.1 && <0.4 , lens >= 4.17 && <5.3 , servant-foreign >= 0.15 && <0.16 , servant-js , text , QuickCheck - default-language: Haskell2010+ default-language: Haskell2010
revision 5
name: servant-js version: 0.9.4.2 -x-revision: 4 +x-revision: 5 synopsis: Automatically derive javascript functions to query servant webservices. category: Web, Servant || ==8.8.4 || ==8.10.7 || ==9.0.2 - || ==9.2.1 + || ==9.2.8 + || ==9.4.8 + || ==9.6.3 + || ==9.8.1 extra-source-files: include/*.h Servant.JS.Internal Servant.JS.JQuery Servant.JS.Vanilla - build-depends: base >= 4.9 && <4.18 + build-depends: base >= 4.9 && <4.20 , base-compat >= 0.10.5 && <0.14 , charset >= 0.3.7.1 && <0.4 , lens >= 4.17 && <5.3 - , servant-foreign >= 0.15 && <0.16 - , servant >= 0.15 && <0.20 - , text >= 1.2.3.0 && < 1.3 || >= 2.0 && < 2.1 + , servant-foreign >= 0.15 && <0.17 + , servant >= 0.15 && <0.21 + , text >= 1.2.3.0 && < 1.3 || >= 2.0 && < 2.2 hs-source-dirs: src default-language: Haskell2010 other-modules: Servant.JSSpec Servant.JSSpec.CustomHeaders - build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.11 + build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.12 build-depends: base , base-compat - , hspec >= 2.6.0 && <2.11 + , hspec >= 2.6.0 && <2.12 , hspec-expectations , language-ecmascript >= 0.16 , lens , servant-js , text , QuickCheck - default-language: Haskell2010 + default-language: Haskell2010
revision 6
name: servant-js version: 0.9.4.2 -x-revision: 5 +x-revision: 6 synopsis: Automatically derive javascript functions to query servant webservices. category: Web, Servant Servant.JS.Internal Servant.JS.JQuery Servant.JS.Vanilla - build-depends: base >= 4.9 && <4.20 - , base-compat >= 0.10.5 && <0.14 + build-depends: base >= 4.9 && <4.21 + , base-compat >= 0.10.5 && <0.15 , charset >= 0.3.7.1 && <0.4 - , lens >= 4.17 && <5.3 + , lens >= 4.17 && <5.4 , servant-foreign >= 0.15 && <0.17 , servant >= 0.15 && <0.21 , text >= 1.2.3.0 && < 1.3 || >= 2.0 && < 2.2 buildable: False build-depends: base - , aeson >= 1.4.1.0 && < 1.5 + , aeson >= 1.4.1.0 && < 3 , filepath >= 1 , lens >= 4 , servant , servant-js , text , QuickCheck - default-language: Haskell2010+ default-language: Haskell2010
revision 7
name: servant-js version: 0.9.4.2 -x-revision: 6 +x-revision: 7 synopsis: Automatically derive javascript functions to query servant webservices. category: Web, Servant Servant.JS.Internal Servant.JS.JQuery Servant.JS.Vanilla - build-depends: base >= 4.9 && <4.21 + build-depends: base >= 4.9 && <4.22 , base-compat >= 0.10.5 && <0.15 , charset >= 0.3.7.1 && <0.4 , lens >= 4.17 && <5.4