diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-05-22 14:15:58 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-05-22 14:15:58 -0400 |
| commit | da4636eb28e86d6909e2160c2ba7a00dcafc7ca9 (patch) | |
| tree | 05d33d23d1a7737e2ad9b376f684cd6b9ccfdbb2 /doc/todo | |
| parent | 8c382c21072dfc6e8ed13cc14d18177ae6e745ae (diff) | |
comment
Diffstat (limited to 'doc/todo')
| -rw-r--r-- | doc/todo/missing_dependencies/comment_1_826a75052e87c04489aa07c3d322a54f._comment | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/todo/missing_dependencies/comment_1_826a75052e87c04489aa07c3d322a54f._comment b/doc/todo/missing_dependencies/comment_1_826a75052e87c04489aa07c3d322a54f._comment new file mode 100644 index 00000000..2ccb179d --- /dev/null +++ b/doc/todo/missing_dependencies/comment_1_826a75052e87c04489aa07c3d322a54f._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-05-22T18:13:15Z" + content=""" +`exceptions` is indeed a new dependency. + +This is supposed to be handled by Propellor.Bootstrap.checkDepsCommand +which is run by --spin. + +Maybe check if your propellor.cabal includes the `exceptions` dependency, +and check if `cabal configure` fails. If it does, it seems like that code +would fire, and should install the missing dependency. It worked when I +upgraded my systems with it, is all I know. +"""]] |
