tasty-lua 1.0.1 → 1.0.2
raw patch · 2 files changed
+11/−4 lines, 2 filesdep ~hslua-coredep ~hslua-marshalling
Dependency ranges changed: hslua-core, hslua-marshalling
Files
- CHANGELOG.md +8/−1
- tasty-lua.cabal +3/−3
CHANGELOG.md view
@@ -2,9 +2,16 @@ `tasty-lua` uses [PVP Versioning][]. +## tasty-lua-1.0.2++Released 2022-02-19.++- Relaxed upper bound for hslua-\* packages to allow 2.2+ versions.+ ## tasty-lua-1.0.1 -Released 29-01-2022.+Released 2022-01-29. - Support for property testing: the new functions `forall` and a set of generators are provided for property testing. The table
tasty-lua.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: tasty-lua-version: 1.0.1+version: 1.0.2 synopsis: Write tests in Lua, integrate into tasty. description: Allow users to define tasty tests from Lua. homepage: https://github.com/hslua/hslua@@ -32,8 +32,8 @@ default-language: Haskell2010 build-depends: base >= 4.8 && < 5 , bytestring >= 0.10.2 && < 0.12- , hslua-core >= 2.0 && < 2.2- , hslua-marshalling >= 2.0 && < 2.2+ , hslua-core >= 2.0 && < 2.3+ , hslua-marshalling >= 2.0 && < 2.3 , lua-arbitrary >= 1.0 && < 1.1 , tasty >= 1.2 && < 1.5 , QuickCheck >= 2.9 && < 2.15