fix stack build on windows
For whatever reason, putting Win32-2.13.4.0 in stack.yaml results in stack blowing up with many unrelated dependency problems. But making git-annex depend on that version lets stack resolve deps.
This commit is contained in:
parent
7d81b3b0d9
commit
f1842b616a
2 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,6 @@ extra-deps:
|
|||
- torrent-10000.1.1
|
||||
- bencode-0.6.1.1
|
||||
- feed-1.3.2.1
|
||||
- Win32-2.13.4.0
|
||||
- git: https://github.com/sjakobi/bloomfilter.git
|
||||
commit: fb79b39c44404fd791a3bed973e9d844fb084f1e
|
||||
allow-newer: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue