summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgueux2015-06-29 08:26:18 +0000
committeradmin2015-06-29 08:26:18 +0000
commitc273088c5af78783622904fd696ae6b1808d1c58 (patch)
tree9629ee11093a18c84bde7fa3761c0a1d56db5512 /doc
parent7d47d9f4bc9cf1d69b25205d326d1bc4bf648bc7 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/detect_and_use___96__GHC__95__PACKAGE__95__PATH__96__.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/detect_and_use___96__GHC__95__PACKAGE__95__PATH__96__.mdwn b/doc/todo/detect_and_use___96__GHC__95__PACKAGE__95__PATH__96__.mdwn
new file mode 100644
index 00000000..2973e662
--- /dev/null
+++ b/doc/todo/detect_and_use___96__GHC__95__PACKAGE__95__PATH__96__.mdwn
@@ -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]]