packages feed

sydtest-persistent 0.0.0.1 → 0.0.0.2

raw patch · 3 files changed

+9/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## [0.0.0.2] - 2023-10-09++### Added++* Compatibility with `GHC >= 9.8`.+ ## [0.0.0.1] - 2022-05-05  ### Added
src/Test/Syd/Persistent.hs view
@@ -13,6 +13,7 @@   ) where +import Control.Monad import Control.Monad.Reader import qualified Data.ByteString as SB import Data.List
sydtest-persistent.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.7.+-- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack  name:           sydtest-persistent-version:        0.0.0.1+version:        0.0.0.2 synopsis:       A persistent companion library for sydtest category:       Testing homepage:       https://github.com/NorfairKing/sydtest#readme