Removed no longer needed dependency on yesod-default.
This commit was sponsored by Nick Daly on Patreon.
This commit is contained in:
parent
639a6df58a
commit
f00770d736
6 changed files with 3 additions and 4 deletions
|
@ -9,6 +9,7 @@ git-annex (6.20171125) UNRELEASED; urgency=medium
|
|||
of speed, but can't be used for urls with embedded videos.
|
||||
* importfeed now downloads things linked to by feeds, even when they are
|
||||
not media files.
|
||||
* Removed no longer needed dependency on yesod-default.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Tue, 28 Nov 2017 13:48:44 -0400
|
||||
|
||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -38,7 +38,6 @@ Build-Depends:
|
|||
libghc-yesod-core-dev (>= 1.2.19) [i386 amd64 arm64 armel armhf kfreebsd-i386 kfreebsd-amd64 mips mips64el mipsel powerpc ppc64el s390x],
|
||||
libghc-yesod-form-dev (>= 1.3.15) [i386 amd64 arm64 armel armhf kfreebsd-i386 kfreebsd-amd64 mips mips64el mipsel powerpc ppc64el s390x],
|
||||
libghc-yesod-static-dev (>= 1.2.4) [i386 amd64 arm64 armel armhf kfreebsd-i386 kfreebsd-amd64 mips mips64el mipsel powerpc ppc64el s390x],
|
||||
libghc-yesod-default-dev (>= 1.2.0) [i386 amd64 arm64 armel armhf kfreebsd-i386 kfreebsd-amd64 mips mips64el mipsel powerpc ppc64el s390x],
|
||||
libghc-shakespeare-dev (>= 2.0.0) [i386 amd64 arm64 armel armhf kfreebsd-i386 kfreebsd-amd64 mips mips64el mipsel powerpc ppc64el s390x],
|
||||
libghc-clientsession-dev [i386 amd64 arm64 armel armhf kfreebsd-i386 kfreebsd-amd64 mips mips64el mipsel powerpc ppc64el s390x],
|
||||
libghc-warp-dev (>= 3.0.0.5) [i386 amd64 arm64 armel armhf kfreebsd-i386 kfreebsd-amd64 mips mips64el mipsel powerpc ppc64el s390x],
|
||||
|
|
|
@ -19,3 +19,5 @@ Just build from source.
|
|||
### 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)
|
||||
|
||||
Sure, this is not really a "problem" anyway.
|
||||
|
||||
> Thanks for noticing this, I've made the changes. [[done]] --[[Joey]]
|
||||
|
|
|
@ -448,7 +448,6 @@ Executable git-annex
|
|||
if flag(Webapp)
|
||||
Build-Depends:
|
||||
yesod (>= 1.2.6),
|
||||
yesod-default (>= 1.2.0),
|
||||
yesod-static (>= 1.2.4),
|
||||
yesod-form (>= 1.3.15),
|
||||
yesod-core (>= 1.2.19),
|
||||
|
|
|
@ -30,7 +30,6 @@ extra-deps:
|
|||
- aws-0.17.1
|
||||
- bloomfilter-2.0.1.0
|
||||
- torrent-10000.1.1
|
||||
- yesod-default-1.2.0
|
||||
- Win32-2.6.1.0
|
||||
- directory-1.3.1.5
|
||||
- process-1.6.2.0
|
||||
|
|
|
@ -20,7 +20,6 @@ extra-deps:
|
|||
- aws-0.17.1
|
||||
- bloomfilter-2.0.1.0
|
||||
- torrent-10000.1.1
|
||||
- yesod-default-1.2.0
|
||||
explicit-setup-deps:
|
||||
git-annex: true
|
||||
resolver: lts-9.9
|
||||
|
|
Loading…
Reference in a new issue