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.pkg.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stack.pkg.yaml') 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 -- cgit v1.2.3