packages feed

sydtest-wai 0.2.0.0 → 0.2.0.1

raw patch · 3 files changed

+23/−4 lines, 3 filesdep −pretty-showdep −stmPVP ok

version bump matches the API change (PVP)

Dependencies removed: pretty-show, stm

API changes (from Hackage documentation)

Files

+ CHANGELOG.md view
@@ -0,0 +1,17 @@+# Changelog++## [0.2.0.1] - 2023-10-09++### Added++* Compatibility with `GHC >= 9.8`.++## [0.2.0.0] - 2021-06-17++### Added++* Added `IsTest` instances for `WaiClientM env ()`.++### Deleted++* `wit`: you can now just use `it` instead.
src/Test/Syd/Wai/Request.hs view
@@ -3,6 +3,7 @@  module Test.Syd.Wai.Request where +import Control.Monad import Control.Monad.Reader import Control.Monad.State as State import Data.ByteString (ByteString)
sydtest-wai.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack  name:           sydtest-wai-version:        0.2.0.0+version:        0.2.0.1 synopsis:       A wai companion library for sydtest category:       Testing homepage:       https://github.com/NorfairKing/sydtest#readme@@ -16,6 +16,9 @@ license:        OtherLicense license-file:   LICENSE.md build-type:     Simple+extra-source-files:+    LICENSE.md+    CHANGELOG.md  source-repository head   type: git@@ -40,7 +43,6 @@     , http-types     , mtl     , network-    , pretty-show     , sydtest >=0.3.0.0     , text     , time@@ -64,7 +66,6 @@       base >=4.7 && <5     , http-client     , http-types-    , stm     , sydtest     , sydtest-wai     , wai