git-annex: update to 6.20160907.
This commit is contained in:
parent
18edb9da73
commit
57d9556e4b
2 changed files with 34 additions and 2 deletions
32
srcpkgs/git-annex/files/stack.yaml
Normal file
32
srcpkgs/git-annex/files/stack.yaml
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
flags:
|
||||||
|
git-annex:
|
||||||
|
concurrentoutput: true
|
||||||
|
production: true
|
||||||
|
assistant: true
|
||||||
|
pairing: true
|
||||||
|
cryptonite: true
|
||||||
|
network-uri: true
|
||||||
|
s3: true
|
||||||
|
testsuite: true
|
||||||
|
webdav: true
|
||||||
|
torrentparser: true
|
||||||
|
webapp: true
|
||||||
|
magicmime: false
|
||||||
|
dbus: false
|
||||||
|
xmpp: false
|
||||||
|
android: false
|
||||||
|
androidsplice: false
|
||||||
|
packages:
|
||||||
|
- '.'
|
||||||
|
extra-deps:
|
||||||
|
- bloomfilter-2.0.1.0
|
||||||
|
- esqueleto-2.4.3
|
||||||
|
- network-multicast-0.1.1
|
||||||
|
- persistent-2.2.4.1
|
||||||
|
- persistent-sqlite-2.2.1
|
||||||
|
- persistent-template-2.1.8.1
|
||||||
|
- torrent-10000.0.0
|
||||||
|
- yesod-default-1.2.0
|
||||||
|
explicit-setup-deps:
|
||||||
|
git-annex: true
|
||||||
|
resolver: lts-7.0
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'git-annex'
|
# Template file for 'git-annex'
|
||||||
pkgname=git-annex
|
pkgname=git-annex
|
||||||
version=6.20160907
|
version=6.20160907
|
||||||
revision=1
|
revision=2
|
||||||
nocross=yes
|
nocross=yes
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
stackage="lts-6.16"
|
stackage="lts-7.0"
|
||||||
hostmakedepends="ghc stack pkg-config"
|
hostmakedepends="ghc stack pkg-config"
|
||||||
makedepends="gsasl-devel gnutls-devel libxml2-devel rsync curl lsof gnupg2 file-devel"
|
makedepends="gsasl-devel gnutls-devel libxml2-devel rsync curl lsof gnupg2 file-devel"
|
||||||
# depends are utilities required by git-annex
|
# depends are utilities required by git-annex
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue