tasty-lua 1.1.1.1 → 1.1.2
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~QuickCheck
Dependency ranges changed: QuickCheck
Files
- CHANGELOG.md +7/−1
- tasty-lua.cabal +2/−2
CHANGELOG.md view
@@ -2,11 +2,17 @@ `tasty-lua` uses [PVP Versioning][]. +## tasty-lua-1.1.2++Released 2025-10-10.++- Allow QuickCheck-2.17.+ ## tasty-lua-1.1.1.1 Released 2025-06-18. -- Relax upper bound for QuickCheck, allowing QuickCheck-2.6.+- Relax upper bound for QuickCheck, allowing QuickCheck-2.16. ## tasty-lua-1.1.1
tasty-lua.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: tasty-lua-version: 1.1.1.1+version: 1.1.2 synopsis: Write tests in Lua, integrate into tasty. description: Allow users to define tasty tests from Lua. homepage: https://github.com/hslua/hslua@@ -36,7 +36,7 @@ , hslua-marshalling >= 2.0 && < 2.4 , lua-arbitrary >= 1.0 && < 1.1 , tasty >= 1.2 && < 1.6- , QuickCheck >= 2.9 && < 2.17+ , QuickCheck >= 2.9 && < 2.18 default-extensions: LambdaCase , StrictData