summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-28 17:23:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-28 17:23:23 -0400
commit802f2fc67cbb18ac0192ec0d9faaf7c3f9ce6218 (patch)
tree93cb8845ad0ffb2b3f823973645c1ac11de778f0
parent3e54d84fb90dac70b03360cf3259482e4ec16309 (diff)
update for change to exceptions
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 062b9a52c..598843e3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index bba9e3de9..7f31cf937 100644
--- a/debian/control
+++ b/debian/control
@@ -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,