This commit is contained in:
gueux 2015-06-29 08:26:18 +00:00 committed by admin
parent 7d47d9f4bc
commit c273088c5a
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
Detecting and using `GHC_PACKAGE_PATH` would allow "stack exec" support. This way propellor would be able to be built with
stack build
and run with
stack exec -- propellor ...
see [[https://github.com/yesodweb/yesod/issues/1018]] and [[https://github.com/yesodweb/yesod/commit/a7cccf2a7c5df8b26da9ea4fdcb6bac5ab3a3b75]]