webgear-core 1.1.0 → 1.1.1
raw patch · 2 files changed
+11/−5 lines, 2 filesdep ~filepathdep ~jose
Dependency ranges changed: filepath, jose
Files
- CHANGELOG.md +7/−1
- webgear-core.cabal +4/−4
CHANGELOG.md view
@@ -2,6 +2,11 @@ ## [Unreleased] +## [1.1.1] - 2024-01-01++### Changed+- Updated dependency bounds and GHC versions (#35)+ ## [1.1.0] - 2023-12-29 ### Added@@ -44,7 +49,8 @@ - Extracted webgear-core from webgear-server - New arrow based API -[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.1.0...HEAD+[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.1.1...HEAD+[1.1.1]: https://github.com/haskell-webgear/webgear/releases/tag/v1.1.1 [1.1.0]: https://github.com/haskell-webgear/webgear/releases/tag/v1.1.0 [1.0.5]: https://github.com/haskell-webgear/webgear/releases/tag/v1.0.5 [1.0.4]: https://github.com/haskell-webgear/webgear/releases/tag/v1.0.4
webgear-core.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4 name: webgear-core-version: 1.1.0+version: 1.1.1 synopsis: Composable, type-safe library to build HTTP APIs description: WebGear is a library to for building composable, type-safe HTTP APIs.@@ -10,7 +10,7 @@ bug-reports: https://github.com/haskell-webgear/webgear/issues author: Raghu Kaippully maintainer: rkaippully@gmail.com-copyright: 2020-2021 Raghu Kaippully+copyright: 2020-2024 Raghu Kaippully license: MPL-2.0 license-file: LICENSE category: Web@@ -58,7 +58,7 @@ , bytestring >=0.10.10.1 && <0.13 , case-insensitive ==1.2.* , cookie >=0.4.5 && <0.5- , filepath ==1.4.*+ , filepath >=1.4.2.1 && <1.6 , http-api-data >=0.4.2 && <0.7 , http-media ==0.8.* , http-types ==0.12.*@@ -107,5 +107,5 @@ , WebGear.Core.Handler.Static hs-source-dirs: src build-depends: arrows ==0.4.*- , jose >=0.8.3.1 && <0.11+ , jose >=0.8.3.1 && <0.12 , mime-types ==0.1.*