blob: 7c7664c6789c6a4aee93e1e3d196d7c8ed626169 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
What steps will reproduce the problem?
build git-annex-3.20130216 on OS X lion
What is the expected output? What do you see instead?
successful compile; error was:
```
Annex/UUID.hs:30:8:
Could not find module `System.Random'
It is a member of the hidden package `random-1.0.1.1'.
Perhaps you need to add `random' to the build-depends in your .cabal file.
Use -v to see a list of the files searched for.
```
What version of git-annex are you using? On what operating system?
building git-annex-3.20130216 on OS X Lion
Please provide any additional information below.
adding 'random' to the BuildDepends in git-annex.cabal does indeed fix the error.
> [[done]] --[[Joey]]
|