Fix build with stack 0.1.6 which needs explicit-setup-deps.
This commit is contained in:
parent
4484c6a8b4
commit
b482cb9d90
3 changed files with 7 additions and 0 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -16,6 +16,7 @@ git-annex (6.20160230) UNRELEASED; urgency=medium
|
|||
* Sped up git-annex add in direct mode and v6 by using
|
||||
git hash-object --stdin-paths.
|
||||
* Sped up git-annex merge by using git hash-object --stdin-paths.
|
||||
* Fix build with stack 0.1.6 which needs explicit-setup-deps.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Mon, 29 Feb 2016 13:00:30 -0400
|
||||
|
||||
|
|
|
@ -54,3 +54,7 @@ to `stack.yaml` [(as described here)](https://github.com/commercialhaskell/stack
|
|||
fixes the error and builds git-annex successfully.
|
||||
|
||||
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
||||
|
||||
> Ok, added that. I am not sure if older version of stack will stumble over
|
||||
> the new field; if so I suppose the user can comment it out or upgrade
|
||||
> stack. [[done]] --[[Joey]]
|
||||
|
|
|
@ -24,3 +24,5 @@ extra-deps:
|
|||
- mountpoints-1.0.1
|
||||
- disk-free-space-0.1.0.1
|
||||
- process-1.3.0.0
|
||||
explicit-setup-deps:
|
||||
"*": true
|
||||
|
|
Loading…
Reference in a new issue