enable explicit-setup-deps
This commit is contained in:
parent
cf587a795e
commit
3e79a2f114
3 changed files with 7 additions and 1 deletions
|
@ -72,3 +72,7 @@ fixes the error and builds git-annex successfully.
|
||||||
|
|
||||||
> > I've filed a bug on stack about this,
|
> > I've filed a bug on stack about this,
|
||||||
> > <https://github.com/commercialhaskell/stack/issues/2093> --[[Joey]]
|
> > <https://github.com/commercialhaskell/stack/issues/2093> --[[Joey]]
|
||||||
|
|
||||||
|
> > > Gone ahead and added it to stack.yaml, despite it causing some build
|
||||||
|
> > > failures, as it's certianly needed on many systems. [[done]]
|
||||||
|
> > > --[[Joey]]
|
||||||
|
|
|
@ -42,7 +42,7 @@ and avoids build failures due to fast-changing haskell libraries.
|
||||||
First, [install stack](https://github.com/commercialhaskell/stack/blob/master/doc/install_and_upgrade.md)
|
First, [install stack](https://github.com/commercialhaskell/stack/blob/master/doc/install_and_upgrade.md)
|
||||||
It will be part of the Haskell Platform soon. On Debian unstable/testing:
|
It will be part of the Haskell Platform soon. On Debian unstable/testing:
|
||||||
|
|
||||||
sudo apt-get install haskell-stack zlib1g-dev
|
sudo apt-get install haskell-stack zlib1g-dev libtinfo-dev
|
||||||
|
|
||||||
Use stack to install all dependencies and git-annex:
|
Use stack to install all dependencies and git-annex:
|
||||||
|
|
||||||
|
|
|
@ -24,3 +24,5 @@ extra-deps:
|
||||||
- mountpoints-1.0.1
|
- mountpoints-1.0.1
|
||||||
- disk-free-space-0.1.0.1
|
- disk-free-space-0.1.0.1
|
||||||
- process-1.3.0.0
|
- process-1.3.0.0
|
||||||
|
explicit-setup-deps:
|
||||||
|
git-annex: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue