From 9fd1d162065d7c8c73e0a58214152f683da0a409 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 15 Jun 2010 11:50:04 +0300 Subject: [PATCH] Removed unnecessary MonadCatchIO dependency --- yesod.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/yesod.cabal b/yesod.cabal index d52969bd..6dee8ca3 100644 --- a/yesod.cabal +++ b/yesod.cabal @@ -45,7 +45,6 @@ library hamlet >= 0.3.0 && < 0.4, transformers >= 0.2 && < 0.3, clientsession >= 0.4.0 && < 0.5, - MonadCatchIO-transformers >= 0.2 && < 0.3, pureMD5 >= 1.1.0.0 && < 1.2, random >= 1.0.0.2 && < 1.1, control-monad-attempt >= 0.3 && < 0.4,