aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/does_not_build_on_OpenBSD_5.9/comment_2_c6521306cbee2e398998cd2eec4e47ca._comment
blob: 2466bd932d8a26f53c2f5fee21d7e0fce0604965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[!comment format=mdwn
 username="quisquous"
 subject="comment 2"
 date="2016-07-11T17:59:56Z"
 content="""
Perhaps running ````stack install git-annex```` (using the implicit global project) ignores the flags in stack.yaml, see [#1313](https://github.com/commercialhaskell/stack/issues/1313). Following your suggestion, I tried cloning the repo and building using `stack build` both with and without the XMPP flag. Without the flag works fine, it seems the default ````false```` setting form xmpp flag in stack.yaml is honored when building *this* way.

In any case, this worked:

````
$ git clone git://git-annex.branchable.com/ git-annex
$ cd git-annex
$ git checkout 6.20160511
$ stack build
$ stack install
````
"""]]