sydtest 0.23.0.0 → 0.23.0.1
raw patch · 3 files changed
+10/−3 lines, 3 filesdep ~opt-env-conf
Dependency ranges changed: opt-env-conf
Files
- CHANGELOG.md +7/−0
- src/Test/Syd/OptParse.hs +1/−1
- sydtest.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,12 @@ # Changelog ++## [0.23.0.1] - 2026-01-26++### Changed++* Fixed AI autodetection+ ## [0.23.0.0] - 2026-01-26 ### Added
src/Test/Syd/OptParse.hs view
@@ -432,7 +432,7 @@ [ help "Activate AI executor mode based on env vars", reader exists, -- Feel free to add env vars here.- env "CLAUDECODE",+ unprefixedEnv "CLAUDECODE", metavar "ANY" ] ]
sydtest.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: sydtest-version: 0.23.0.0+version: 0.23.0.1 synopsis: A modern testing framework for Haskell with good defaults and advanced testing features. description: A modern testing framework for Haskell with good defaults and advanced testing features. Sydtest aims to make the common easy and the hard possible. See https://github.com/NorfairKing/sydtest#readme for more information. category: Testing@@ -75,7 +75,7 @@ , fast-myers-diff >=0.0.1 , filepath , mtl- , opt-env-conf >=0.5+ , opt-env-conf >=0.10 , path , path-io , pretty-show