From 9e74826ba9ce4139bfdd3f057a79efa8b644e85a Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Wed, 20 Oct 2021 21:40:07 +0200 Subject: Switch to hslua-2.0 The new HsLua version takes a somewhat different approach to marshalling and unmarshalling, relying less on typeclasses and more on specialized types. This allows for better performance and improved error messages. Furthermore, new abstractions allow to document the code and exposed functions. --- stack.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml index d12ab3587..932f90d34 100644 --- a/stack.yaml +++ b/stack.yaml @@ -12,6 +12,19 @@ extra-deps: - doctemplates-0.10 - emojis-0.1.2 - doclayout-0.3.1.1 +- hslua-2.0.0 +- hslua-classes-2.0.0 +- hslua-core-2.0.0 +- hslua-marshalling-2.0.0 +- hslua-module-path-1.0.0 +- hslua-module-system-1.0.0 +- hslua-module-text-1.0.0 +- hslua-module-version-1.0.0 +- hslua-objectorientation-2.0.0 +- hslua-packaging-2.0.0 +- lua-2.0.0 +- tasty-hslua-1.0.0 +- tasty-lua-1.0.0 - git: https://github.com/jgm/pandoc-types.git commit: 99402a46361a3e52805935b1fbe9dfe54f852d6a - git: https://github.com/jgm/texmath.git @@ -26,5 +39,3 @@ ghc-options: resolver: lts-18.10 nix: packages: [zlib] - - -- cgit v1.2.3