packages feed

webgear-server 1.3.0 → 1.3.1

raw patch · 2 files changed

+12/−6 lines, 2 filesdep ~basedep ~webgear-core

Dependency ranges changed: base, webgear-core

Files

CHANGELOG.md view
@@ -2,6 +2,11 @@  ## [Unreleased] +## [1.3.1] - 2024-11-24++### Added+- Support GHC-9.10+ ## [1.3.0] - 2024-06-13  ### Changed@@ -87,7 +92,8 @@ - Automated tests - Documentation -[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.3.0...HEAD+[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.3.1...HEAD+[1.3.1]: https://github.com/haskell-webgear/webgear/releases/tag/v1.3.1 [1.3.0]: https://github.com/haskell-webgear/webgear/releases/tag/v1.3.0 [1.2.0]: https://github.com/haskell-webgear/webgear/releases/tag/v1.2.0 [1.1.1]: https://github.com/haskell-webgear/webgear/releases/tag/v1.1.1
webgear-server.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.4 name:                webgear-server-version:             1.3.0+version:             1.3.1 synopsis:            Composable, type-safe library to build HTTP API servers description:     WebGear is a library to for building composable, type-safe HTTP API servers.@@ -53,13 +53,13 @@                       TypeApplications                       TypeFamilies                       TypeOperators-  build-depends:      base >=4.13.0.0 && <4.20+  build-depends:      base >=4.13.0.0 && <4.21                     , base64-bytestring >=1.0.0.3 && <1.3                     , bytestring >=0.10.10.1 && <0.13                     , http-types ==0.12.*                     , text >=1.2.0.0 && <2.2                     , wai ==3.2.*-                    , webgear-core ^>=1.3.0+                    , webgear-core ^>=1.3.1   ghc-options:        -Wall                       -Wno-unticked-promoted-constructors                       -Wcompat@@ -126,9 +126,9 @@   ghc-options:        -threaded                       -rtsopts                       -with-rtsopts=-N-  build-depends:      QuickCheck >=2.13 && <2.15+  build-depends:      QuickCheck >=2.13 && <2.16                     , quickcheck-instances ==0.3.*                     , tasty >=1.2 && <1.6                     , tasty-hunit ==0.10.*-                    , tasty-quickcheck ==0.10.*+                    , tasty-quickcheck >=0.10 && <0.12                     , webgear-server