tasty-lua 0.2.3.1 → 0.2.3.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~bytestringdep ~tasty
Dependency ranges changed: bytestring, tasty
Files
- CHANGELOG.md +4/−0
- tasty-lua.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for tasty-lua +## 0.2.3.2 -- 2021-01-11++- Relaxed upper bound for tasty, allowing `tasty-1.4.*`.+ ## 0.2.3.1 -- 2020-10-16 - Relaxed upper bound for hslua, allow `hslua-1.3.*`.
tasty-lua.cabal view
@@ -1,5 +1,5 @@ name: tasty-lua-version: 0.2.3.1+version: 0.2.3.2 synopsis: Write tests in Lua, integrate into tasty. description: Allow users to define tasty tests from Lua. homepage: https://github.com/hslua/tasty-lua@@ -31,7 +31,7 @@ , bytestring >= 0.10.2 && < 0.11 , file-embed >= 0.0 && < 0.1 , hslua >= 1.0.3 && < 1.4- , tasty >= 1.2 && < 1.4+ , tasty >= 1.2 && < 1.5 , text >= 1.0 && < 1.3 exposed-modules: Test.Tasty.Lua , Test.Tasty.Lua.Core