servant-js 0.9.4.1 → 0.9.4.2
raw patch · 2 files changed
+11/−6 lines, 2 filesdep ~aesondep ~basedep ~base-compatnew-uploader
Dependency ranges changed: aeson, base, base-compat, hspec, lens, servant, servant-foreign, text
Files
- CHANGELOG.md +8/−3
- servant-js.cabal +3/−3
CHANGELOG.md view
@@ -1,10 +1,15 @@-0.9.4------+0.9.4.2+------- +* relax version bounds (for support of ghc-8.10.1)++0.9.4.1+-------+ * `servant-0.15` support 0.9.3--------+----- * Remove check of responseType in vanilla backend ([#13](https://github.com/haskell-servant/servant-js/pull/13), [#14](https://github.com/haskell-servant/servant-js/issues/14))
servant-js.cabal view
@@ -1,5 +1,5 @@ name: servant-js-version: 0.9.4.1+version: 0.9.4.2 synopsis: Automatically derive javascript functions to query servant webservices. category: Web, Servant@@ -50,10 +50,10 @@ Servant.JS.Internal Servant.JS.JQuery Servant.JS.Vanilla- build-depends: base >= 4.9 && <4.14+ 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.19+ , lens >= 4.17 && <4.20 , servant-foreign >= 0.15 && <0.16 , servant >= 0.15 && <0.18 , text >= 1.2.3.0 && < 1.3