Closed ArthurClune closed 11 years ago
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 [...] Library hs-source-dirs: src Build-Depends: base >= 3 && < 5 , hslua >= 0.3.4 , monad-loops >= 0.3 , containers >= 0.4 && < 5 , custom-prelude >= 0.1 exposed-modules: Scripting.LuaUtils
Thanks for the report! Hackage version updated to v0.1.1.1
Hi
The version on hackage doesn't have the dependency on text in the .cabal file and so won't install. To reproduce: