Debian: Remove dependency on transformers library, as it is now included in ghc.

Backporters will need to revert this.
This commit is contained in:
Joey Hess 2015-10-07 12:26:48 -04:00
parent c454b82c52
commit 976110b992
2 changed files with 2 additions and 1 deletions

2
debian/changelog vendored
View file

@ -18,6 +18,8 @@ git-annex (5.20150931) UNRELEASED; urgency=medium
Fixed this bug, which was introduced in version 5.20150727.
* Debian: Add torrent library to build-depends as it's packaged now,
and stop recommending bittornado | bittorrent.
* Debian: Remove dependency on transformers library, as it is now
included in ghc.
-- Joey Hess <id@joeyh.name> Thu, 01 Oct 2015 12:42:56 -0400

1
debian/control vendored
View file

@ -19,7 +19,6 @@ Build-Depends:
libghc-quickcheck2-dev,
libghc-monad-control-dev (>= 0.3),
libghc-exceptions-dev (>= 0.6),
libghc-transformers-dev,
libghc-unix-compat-dev,
libghc-dlist-dev,
libghc-uuid-dev,