From df3f7637560114d47450c25c3cc0e9a3d2068f5f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Dec 2018 13:12:29 -0400 Subject: stack install pkg is broken --- doc/README.mdwn | 6 +++--- .../comment_1_58051e973d4b4c269b1fa90517a3adc6._comment | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 doc/forum/compiling_5.5.0_fails_with_lts_13.0/comment_1_58051e973d4b4c269b1fa90517a3adc6._comment diff --git a/doc/README.mdwn b/doc/README.mdwn index 88726a6d..76d05255 100644 --- a/doc/README.mdwn +++ b/doc/README.mdwn @@ -37,11 +37,11 @@ see [configuration for the Haskell newbie](https://propellor.branchable.com/hask ## quick start 1. Get propellor installed on your development machine (ie, laptop). - `cabal install propellor` + `apt-get install propellor` or - `stack install propellor` + `cabal install propellor` or - `apt-get install propellor` + `cabal unpack propellor; cd propellor-version; stack install` 2. Run `propellor --init` ; this will set up a `~/.propellor/` git repository for you. 3. Edit `~/.propellor/config.hs`, and add a host you want to manage. diff --git a/doc/forum/compiling_5.5.0_fails_with_lts_13.0/comment_1_58051e973d4b4c269b1fa90517a3adc6._comment b/doc/forum/compiling_5.5.0_fails_with_lts_13.0/comment_1_58051e973d4b4c269b1fa90517a3adc6._comment new file mode 100644 index 00000000..5227cf3d --- /dev/null +++ b/doc/forum/compiling_5.5.0_fails_with_lts_13.0/comment_1_58051e973d4b4c269b1fa90517a3adc6._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2018-12-30T17:10:47Z" + content=""" +Unfortunately `stack install propellor` ignores the working stack.yaml +shipped with propellor, and tries to use the default resolver and package +set. + +I've adjusted the README to not suggest using that broken command. +"""]] -- cgit v1.2.3