summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2017-03-24 21:19:55 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2017-03-24 21:31:35 +0100
commit1e13e98ecfba2d78a88ba42bb54c8cdc15929e2d (patch)
treeb61810b5eeba033c49963f67a0984227cfa26677 /stack.yaml
parent14e7d3dbfff30af2ffde149dac860a736030673b (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.yaml')
-rw-r--r--stack.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml
index d32fdf30d..be3b5e99d 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -8,7 +8,8 @@ flags:
packages:
- '.'
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