diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-28 12:09:45 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-28 12:09:45 -0400 |
| commit | 066291f50a3f8b3e10287a9e708166947a8c211c (patch) | |
| tree | f91f0d1ba623869d9a00b7f62975ea565f9b107f /doc | |
| parent | d93785ef619cb03506f34200a011c281ed545768 (diff) | |
comment
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/todo/detect_and_use___96__GHC__95__PACKAGE__95__PATH__96__/comment_7_dd93ac4f42dab131aa75fece53e51067._comment | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/todo/detect_and_use___96__GHC__95__PACKAGE__95__PATH__96__/comment_7_dd93ac4f42dab131aa75fece53e51067._comment b/doc/todo/detect_and_use___96__GHC__95__PACKAGE__95__PATH__96__/comment_7_dd93ac4f42dab131aa75fece53e51067._comment new file mode 100644 index 00000000..5a488d25 --- /dev/null +++ b/doc/todo/detect_and_use___96__GHC__95__PACKAGE__95__PATH__96__/comment_7_dd93ac4f42dab131aa75fece53e51067._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 7""" + date="2016-03-28T16:06:43Z" + content=""" +sm noticed that running the propellor wrapper after stack install propellor +sets up ~/.propellor/ but fails to build in there, because it uses cabal. + +So, it appeared to him as if the propellor command didn't accept switches, +since it never got to the point of running propellor-config. Which is +pretty confusing behavior. + +To fully support stack, the wrapper or build process would need to notice +that it was installed using stack, and build using stack. This conflicts +somewhat with my idea about noticing if stack.yaml exists as the flag. +"""]] |
