diff --git a/srcpkgs/git-annex/files/stack.yaml b/srcpkgs/git-annex/files/stack.yaml deleted file mode 100644 index b25c6eba91a..00000000000 --- a/srcpkgs/git-annex/files/stack.yaml +++ /dev/null @@ -1,31 +0,0 @@ -flags: - git-annex: - concurrentoutput: true - production: true - assistant: true - pairing: true - network-uri: true - s3: true - testsuite: true - webdav: true - torrentparser: true - webapp: true - magicmime: false - dbus: false - android: false - androidsplice: false -packages: -- '.' -extra-deps: -- aws-0.16 -- bloomfilter-2.0.1.0 -- torrent-10000.0.0 -- yesod-default-1.2.0 -- conduit-extra-1.1.17 -- time-1.6.0.1 -- xml-conduit-1.5.1 -- happy-1.19.8 -- alex-3.2.3 -explicit-setup-deps: - git-annex: true -resolver: lts-10.2 diff --git a/srcpkgs/git-annex/template b/srcpkgs/git-annex/template index d2494ab0559..1e6b2744827 100644 --- a/srcpkgs/git-annex/template +++ b/srcpkgs/git-annex/template @@ -1,10 +1,10 @@ # Template file for 'git-annex' pkgname=git-annex -version=6.20171214 +version=6.20180626 revision=1 nocross=yes build_style=haskell-stack -stackage="lts-10.2" +stackage="lts-10.10" hostmakedepends="pkg-config ghc stack" makedepends="gsasl-devel gnutls-devel libxml2-devel rsync curl lsof gnupg2 file-devel" # depends are utilities required by git-annex @@ -14,7 +14,7 @@ maintainer="Evan Deaubl " license="GPL-3" homepage="http://git-annex.branchable.com" distfiles="https://git.joeyh.name/index.cgi/${pkgname}.git/snapshot/${pkgname}-${version}.tar.gz" -checksum=9a9b12d460aed25ddbed1a928511eb1c221969aa664872d9562db6c8caa0dd0d +checksum=8eca36ce61f25079a4f0eb3c23d635e64e3208645402c5d48686eb1b5bc23a72 nopie_files="/usr/bin/git-annex" # These install steps are pulled from the install target in the