packages feed

servant-server 0.16 → 0.16.1

raw patch · 3 files changed

+19/−12 lines, 3 filesdep ~http-api-datadep ~networkdep ~servant

Dependency ranges changed: http-api-data, network, servant

Files

CHANGELOG.md view
@@ -1,17 +1,23 @@ [The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-server/CHANGELOG.md) [Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md) +0.16.1+------++* Use `http-api-data-0.4.1` (a part of its API is re-exported)+  [#1181](https://github.com/haskell-servant/servant/pull/1181)+ 0.16 ----  - Rename `ServantError` to `ClientError`, `ServantErr` to `ServerError`-  [#1131](https://github.com/haskell-servant/pull/1131)+  [#1131](https://github.com/haskell-servant/servant/pull/1131) - *servant-server* Reorder HTTP failure code priorities   [#1103](https://github.com/haskell-servant/servant/pull/1103) - *servant-server* Re-organise internal modules   [#1139](https://github.com/haskell-servant/servant/pull/1139) - Allow `network-3.0`-  [#1107](https://github.com/haskell-servant/pull/1107)+  [#1107](https://github.com/haskell-servant/servant/pull/1107)  0.15 ----
README.md view
@@ -6,4 +6,4 @@  ## Getting started -We've written a [tutorial](http://haskell-servant.readthedocs.org/en/stable/tutorial/index.html) guide that introduces the core types and features of servant. After this article, you should be able to write your first servant webservices, learning the rest from the haddocks' examples.+We've written a [tutorial](http://docs.servant.dev/en/stable/tutorial/index.html) guide that introduces the core types and features of servant. After this article, you should be able to write your first servant webservices, learning the rest from the haddocks' examples.
servant-server.cabal view
@@ -1,13 +1,13 @@ cabal-version:       >=1.10 name:                servant-server-version:             0.16+version:             0.16.1  synopsis:            A family of combinators for defining webservices APIs and serving them category:            Servant, Web description:   A family of combinators for defining webservices APIs and serving them   .-  You can learn about the basics in the <http://haskell-servant.readthedocs.org/en/stable/tutorial/index.html tutorial>.+  You can learn about the basics in the <http://docs.servant.dev/en/stable/tutorial/index.html tutorial>.   .   <https://github.com/haskell-servant/servant/blob/master/servant-server/example/greet.hs Here>   is a runnable example, with comments, that defines a dummy API and implements@@ -15,7 +15,7 @@   .   <https://github.com/haskell-servant/servant/blob/master/servant-server/CHANGELOG.md CHANGELOG> -homepage:            http://haskell-servant.readthedocs.org/+homepage:            http://docs.servant.dev/ bug-reports:         http://github.com/haskell-servant/servant/issues license:             BSD3 license-file:        LICENSE@@ -27,7 +27,8 @@   GHC ==8.0.2    || ==8.2.2    || ==8.4.4-   || ==8.6.3+   || ==8.6.5+   || ==8.8.1  extra-source-files:   CHANGELOG.md@@ -79,8 +80,8 @@   -- Servant dependencies   -- strict dependency as we re-export 'servant' things.   build-depends:-      servant             >= 0.16     && < 0.17.1-    , http-api-data       >= 0.4      && < 0.4.1+      servant             >= 0.16.1   && < 0.16.2+    , http-api-data       >= 0.4.1    && < 0.4.2    -- Other dependencies: Lower bound around what is in the latest Stackage LTS.   -- Here can be exceptions if we really need features from the newer versions.@@ -88,11 +89,11 @@       base-compat         >= 0.10.5   && < 0.11     , base64-bytestring   >= 1.0.0.1  && < 1.1     , exceptions          >= 0.10.0   && < 0.11-    , http-media          >= 0.7.1.3  && < 0.8+    , http-media          >= 0.7.1.3  && < 0.9     , http-types          >= 0.12.2   && < 0.13     , network-uri         >= 2.6.1.0  && < 2.8     , monad-control       >= 1.0.2.3  && < 1.1-    , network             >= 2.8      && < 3.1+    , network             >= 2.8      && < 3.2     , string-conversions  >= 0.4.0.1  && < 0.5     , resourcet           >= 1.2.2    && < 1.3     , tagged              >= 0.8.6    && < 0.9@@ -165,7 +166,7 @@     , directory            >= 1.3.0.0  && < 1.4     , hspec                >= 2.6.0    && < 2.8     , hspec-wai            >= 0.9.0    && < 0.10-    , QuickCheck           >= 2.12.6.1 && < 2.13+    , QuickCheck           >= 2.12.6.1 && < 2.14     , should-not-typecheck >= 2.1.0    && < 2.2     , temporary            >= 1.3      && < 1.4     , wai-extra            >= 3.0.24.3 && < 3.1