hslua-cli 1.4.0 → 1.4.0.1
raw patch · 2 files changed
+9/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- hslua-cli.cabal +3/−1
CHANGELOG.md view
@@ -2,6 +2,12 @@ `hslua-cli` uses [PVP Versioning](https://pvp.haskell.org). +## hslua-cli-1.4.0.1++Released 2023-03-17.++- Fix building on Windows.+ ## hslua-cli-1.4.0 Released 2023-03-16.
hslua-cli.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua-cli-version: 1.4.0+version: 1.4.0.1 synopsis: Command-line interface for Lua description: Provides an embeddable command-line interface for Lua. The interface is compatible with the standard Lua@@ -65,6 +65,8 @@ , text >= 1.2 && < 2.1 if !os(windows) build-depends: unix >= 2.7 && < 2.9+ if os(windows)+ cpp-options: -D_WINDOWS executable hslua import: common-options