summaryrefslogtreecommitdiff
path: root/doc/bugs/Could_not_find_module_Data.Default.mdwn
blob: 64202de4254e08dc2edbd0aa2d5d1d83decf4530 (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
30
31
32
33
**What steps will reproduce the problem?**

Manually building git-annex from git.

**What is the expected output? What do you see instead?**

    $ cabal update
    ...
    $ cabal install --only-dependencies
    ...
    $ cabal configure
    ...
    $ cabal build
    Building git-annex-3.20120826...
    Preprocessing executable 'git-annex' for git-annex-3.20120826...
    
    Utility/Yesod.hs:15:8:
        Could not find module `Data.Default'
        It is a member of the hidden package `data-default-0.5.0'.
        Perhaps you need to add `data-default' 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?**

commit e7d728672a5fc923be9ab1d6fe4b65f2058b49c7
Arch Linux

**Please provide any additional information below.**

When I add data-default to git-annex.cabal's Build-Deps it works fine.

> Thanks, [[done]]. --[[Joey]]