From 066291f50a3f8b3e10287a9e708166947a8c211c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Mar 2016 12:09:45 -0400 Subject: comment --- .../comment_7_dd93ac4f42dab131aa75fece53e51067._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/todo/detect_and_use___96__GHC__95__PACKAGE__95__PATH__96__/comment_7_dd93ac4f42dab131aa75fece53e51067._comment (limited to 'doc/todo') 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. +"""]] -- cgit v1.3-2-g0d8e From 5849073ce68ac1f1f947d9c059bdbd17337f754f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Mar 2016 12:38:25 -0400 Subject: idea --- doc/todo/commandline_to_setup_minimal_repo.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/todo/commandline_to_setup_minimal_repo.mdwn (limited to 'doc/todo') diff --git a/doc/todo/commandline_to_setup_minimal_repo.mdwn b/doc/todo/commandline_to_setup_minimal_repo.mdwn new file mode 100644 index 00000000..3925a779 --- /dev/null +++ b/doc/todo/commandline_to_setup_minimal_repo.mdwn @@ -0,0 +1,3 @@ +Make propellor --init be a way to set up ~/.propellor. This would allow +parameters, like --minimal to clone the minimal config repo instead of the +full one, or --stack to set up ~/.propellor to use stack. --[[Joey]] -- cgit v1.3-2-g0d8e From bbddb2cbc03bac702f90a77c37c8f2b7c65ad37e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Mar 2016 13:05:06 -0400 Subject: idea --- doc/todo/commandline_to_setup_minimal_repo.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/todo') diff --git a/doc/todo/commandline_to_setup_minimal_repo.mdwn b/doc/todo/commandline_to_setup_minimal_repo.mdwn index 3925a779..5e82ed0f 100644 --- a/doc/todo/commandline_to_setup_minimal_repo.mdwn +++ b/doc/todo/commandline_to_setup_minimal_repo.mdwn @@ -1,3 +1,5 @@ Make propellor --init be a way to set up ~/.propellor. This would allow parameters, like --minimal to clone the minimal config repo instead of the full one, or --stack to set up ~/.propellor to use stack. --[[Joey]] + +> Or, it could be an interactive setup process. --[[Joey]] -- cgit v1.3-2-g0d8e