tasty-hslua 1.0.1 → 1.0.2
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~hslua-core
Dependency ranges changed: hslua-core
Files
- CHANGELOG.md +7/−1
- tasty-hslua.cabal +2/−2
CHANGELOG.md view
@@ -2,9 +2,15 @@ `tasty-hslua` uses [PVP Versioning][]. +## tasty-hslua-1.0.2++Released 2022-02-19.++- Relaxed upper bound, allowing hslua-core-2.2.\*.+ ## tasty-hslua-1.0.1 -Released 29-01-2022.+Released 2022-01-29. - Update to hslua-core-2.1.0.
tasty-hslua.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: tasty-hslua-version: 1.0.1+version: 1.0.2 synopsis: Tasty helpers to test HsLua. description: Various tasty helpers and utilities to test HsLua oparations. Built on top of tasty-hunit.@@ -31,7 +31,7 @@ common common-options default-language: Haskell2010 build-depends: base >= 4.8 && < 5- , hslua-core >= 2.0 && < 2.2+ , hslua-core >= 2.0 && < 2.3 , bytestring >= 0.10.2 && < 0.12 ghc-options: -Wall -Wincomplete-record-updates