ajnsit / luautils

Helpers for Haskell integration with Lua
MIT License
5 stars 0 forks source link

Version on hackage doesn't compile #1

Closed ArthurClune closed 11 years ago

ArthurClune commented 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
ajnsit commented 11 years ago

Thanks for the report! Hackage version updated to v0.1.1.1