hslua-module-system 0.2.2 → 0.2.2.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~hsluaPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hslua
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- hslua-module-system.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for hslua-module-system +## 0.2.2.1 -- 2020-10-16++- Relaxed upper bound for hslua, allow `hslua-1.3.*`.+ ## 0.2.2 -- 2020-08-15 - Relaxed upper bound for hslua, allow `hslua-1.2.*`.
hslua-module-system.cabal view
@@ -1,5 +1,5 @@ name: hslua-module-system-version: 0.2.2+version: 0.2.2.1 synopsis: Lua module wrapper around Haskell's System module. description: Provides access to system information and functionality@@ -36,7 +36,7 @@ , containers >= 0.5 && < 0.7 , directory >= 1.3 && < 1.4 , exceptions >= 0.8 && < 0.11- , hslua >= 1.0.3 && < 1.3+ , hslua >= 1.0.3 && < 1.4 , temporary >= 1.2 && < 1.4 default-extensions: LambdaCase default-language: Haskell2010