update for change to exceptions
This commit is contained in:
parent
99b89b22fd
commit
02a4cef66c
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -19,6 +19,8 @@ git-annex (5.20140518) UNRELEASED; urgency=medium
|
|||
descriptions, and preferred content expressions.
|
||||
* webapp: When setting up a ssh remote, if the user inputs ~/foo,
|
||||
normalize that to foo, since it's in the home directory by default.
|
||||
* Use exceptions in place of deprecated MonadCatchIO-transformers
|
||||
Thanks, Ben Gamari.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Mon, 19 May 2014 15:59:25 -0400
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -17,7 +17,7 @@ Build-Depends:
|
|||
libghc-dav-dev (>= 0.6.1) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc],
|
||||
libghc-quickcheck2-dev,
|
||||
libghc-monad-control-dev (>= 0.3),
|
||||
libghc-monadcatchio-transformers-dev,
|
||||
libghc-exceptions-dev,
|
||||
libghc-unix-compat-dev,
|
||||
libghc-dlist-dev,
|
||||
libghc-uuid-dev,
|
||||
|
|
Loading…
Reference in a new issue