Changelog for
ghc-servant-server-devel-0.20-6.169.x86_64.rpm :
* Mon Nov 27 2023 Peter Simons
- Update servant-server to version 0.20 revision 4. Upstream has revised the Cabal build instructions on Hackage.
* Tue Aug 15 2023 Peter Simons - Update servant-server to version 0.20 revision 2. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/servant-server-0.20/src/CHANGELOG.md
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Mon Mar 13 2023 Peter Simons - Update servant-server to version 0.19.2 revision 2. Upstream has revised the Cabal build instructions on Hackage.
* Fri Jan 27 2023 Peter Simons - Update servant-server to version 0.19.2 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Thu Oct 27 2022 Peter Simons - Update servant-server to version 0.19.2. 0.19.2 - ----- Compatibility with GHC 9.4, see [PR #1592](https://github.com/haskell-servant/servant/pull/1592).
* Tue Mar 29 2022 Peter Simons - Update servant-server to version 0.19.1 revision 2. Upstream has revised the Cabal build instructions on Hackage.
* Mon Mar 21 2022 Peter Simons - Update servant-server to version 0.19.1 revision 1. 0.19.1 - ----- - Add `MonadFail` instance for `Handler` wrt [#1545](https://github.com/haskell-servant/servant/issues/1545) - Support GHC 9.2 [#1525](https://github.com/haskell-servant/servant/issues/1525)
* Wed Feb 23 2022 Peter Simons - Update servant-server to version 0.19 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Wed Feb 02 2022 Peter Simons - Update servant-server to version 0.19. Package versions follow the [Package Versioning Policy](https://pvp.haskell.org/): in A.B.C, bumps to either A or B represent major versions. 0.19 - --- [#]## Significant changes - Drop support for GHC < 8.6. - Support GHC 9.0 (GHC 9.2 should work as well, but isn\'t fully tested yet). - Support Aeson 2 ([#1475](https://github.com/haskell-servant/servant/pull/1475)), which fixes a [DOS vulnerability](https://github.com/haskell/aeson/issues/864) related to hash collisions. - Add `NamedRoutes` combinator, making support for records first-class in Servant ([#1388](https://github.com/haskell-servant/servant/pull/1388)). - Add custom type errors for partially applied combinators ([#1289](https://github.com/haskell-servant/servant/pull/1289), [#1486](https://github.com/haskell-servant/servant/pull/1486)).
* Tue Sep 07 2021 Ondřej Súkup - relax dep constraints on base-compat-
*
* Thu Jun 24 2021 psimonsAATTsuse.com- Update servant-server to version 0.18.3. 0.18.3 - ----- [#]## Significant changes - Add response header support to UVerb (#1420) [#]## Other changes - Support GHC-9.0.1. - Bump `bytestring`, `hspec` and `base64-bytestring` dependencies.
* Sat May 15 2021 psimonsAATTsuse.com- Update servant-server to version 0.18.2 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Tue Jan 19 2021 Ondřej Súkup - relax dep on http-api-data