blob: e31b9a78918d868d7f9e5b1fb2479e5b6efc20c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Seems the last few commits have borked 'cabal configure' on OSX with the following error message
<pre>
[jtang@laplace git-annex (master)]$ cabal configure
Resolving dependencies...
Build/InstallDesktopFile.hs:19:8:
Could not find module `Assistant.OSX'
Use -v to see a list of the files searched for.
</pre>
Looks like a missing module.
|