From 1e13e98ecfba2d78a88ba42bb54c8cdc15929e2d Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 24 Mar 2017 21:19:55 +0100 Subject: 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. --- stack.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stack.yaml') 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 -- cgit v1.2.3