summaryrefslogtreecommitdiff
path: root/doc/todo/missing_dependencies/comment_1_826a75052e87c04489aa07c3d322a54f._comment
blob: 2ccb179dc22b21ddcda551bae1fc97238c80eb04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.
"""]]