Copyright | (c) |
---|---|
License | GPL-3 |
Maintainer | njagi@urbanslug.com |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe |
Language | Haskell2010 |
Devel.Config
Description
Currently we'll query for this information from the stack binary.
Ideal case it to use the stack library to figure out depends and stuff. Depending on the stack library causes a breakage in the dependecy tree. As of now I can't find a single function (or set of functions) that fetches this information from stack. Closest thing is in the stack Main module.
Will be rewritten to depend on the stack library.