-
Hslua binds to a function called `lua_neutralize_longjmp()`, but that function doesn't seem to exist in any of the official LUA 5.1.x releases?
This makes it effectively impossible to use the -fsyste…
peti updated
11 years ago
-
Please clarify the licensing information of all components.
-
The caching doesn't seem to work properly any more with Hakyll 4.5.1.0 and GHC 7.8.2. Everything gets rebuilt every time, which makes using "./hakyll watch" harder.
Steps to reproduce (with my [websi…
-
When I try to set up the cabal sandbox, cabal tells me that installing the missing packages would break everything:
```
(master) % cabal sandbox init
Writing a default package environment file to
/ho…
-
Hi,
I am trying to install `puppet-language` in a `cabal sandbox`. For some reasons it has been failing after Archlinux upgrades of aeson (-> 0.7).
I had to try many combinations before reaching the…
-
Hi
The version on hackage doesn't have the dependency on text in the .cabal file and so won't install. To reproduce:
```
$ cabal-dev unpack lua-utils
$ cd luautils-0.1.1.0
$ cat *.cabal
[...]
Libra…
-
Fix: https://gist.github.com/1342779
Along with lua sources hslua carried it's custom lua_neutralize_longjmp function. Removing src/*, then, results in a linking error.
-
Right now hslua pulls in and compiles its own version of lua instead of using library installed from portage; that is utterly unacceptable.