servant-js 0.9.3 → 0.9.3.1
raw patch · 1 files changed
+8/−7 lines, 1 filesdep ~basedep ~servant
Dependency ranges changed: base, servant
Files
- servant-js.cabal +8/−7
servant-js.cabal view
@@ -1,5 +1,5 @@ name: servant-js-version: 0.9.3+version: 0.9.3.1 synopsis: Automatically derive javascript functions to query servant webservices. description: Automatically derive javascript functions to query servant webservices.@@ -16,12 +16,12 @@ author: Servant Contributors maintainer: haskell-servant-maintainers@googlegroups.com copyright: 2015-2016 Servant Contributors-category: Web+category: Web, Servant 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==7.8.3, GHC==7.10.3, GHC==8.0.1+tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1 extra-source-files: include/*.h CHANGELOG.md@@ -42,12 +42,12 @@ Servant.JS.Internal Servant.JS.JQuery Servant.JS.Vanilla- build-depends: base >= 4.5 && <5+ build-depends: base >= 4.7 && <4.11 , base-compat >= 0.9 , charset >= 0.3 , lens >= 4 , servant-foreign >= 0.9 && <0.11- , servant >= 0.9 && <0.11+ , servant >= 0.9 && <0.13 , text >= 1.2 && < 1.3 hs-source-dirs: src@@ -65,8 +65,8 @@ else buildable: False - build-depends: base >= 4.7 && < 5- , aeson >= 0.7 && < 1.2+ build-depends: base+ , aeson >= 0.7 && < 1.3 , filepath >= 1 , lens >= 4 , servant@@ -85,6 +85,7 @@ other-modules: Servant.JSSpec Servant.JSSpec.CustomHeaders+ build-tool-depends: hspec-discover:hspec-discover >=2.3.0 && <2.5 build-depends: base , base-compat , hspec >= 2.3.0 && <2.5