diff options
| author | Albert Krewinkel <[email protected]> | 2017-03-24 21:19:55 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2017-03-24 21:31:35 +0100 |
| commit | 1e13e98ecfba2d78a88ba42bb54c8cdc15929e2d (patch) | |
| tree | b61810b5eeba033c49963f67a0984227cfa26677 /stack.pkg.yaml | |
| parent | 14e7d3dbfff30af2ffde149dac860a736030673b (diff) | |
Ensure compatibility with hslua 0.5.*
The 0.5.0 release of hslua fixes problems with lua C modules on linux.
The signature of the `loadstring` function changed, so a compatibility
wrapper is introduced to allow both 0.4.* and 0.5.* versions to be used.
Diffstat (limited to 'stack.pkg.yaml')
| -rw-r--r-- | stack.pkg.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stack.pkg.yaml b/stack.pkg.yaml index a0ca9f52c..88170abc2 100644 --- a/stack.pkg.yaml +++ b/stack.pkg.yaml @@ -18,7 +18,8 @@ packages: commit: a824c8f3187302cad0fb815471499a18857ecc38 extra-dep: false extra-deps: -- hslua-aeson-0.1.0.2 +- hslua-0.5.0 +- hslua-aeson-0.1.0.3 - skylighting-0.3.1 - texmath-0.9.4 resolver: lts-8.4 |
