ircbot 0.6.0 → 0.6.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~mtldep ~network
Dependency ranges changed: mtl, network
Files
- ircbot.cabal +3/−3
ircbot.cabal view
@@ -1,5 +1,5 @@ Name: ircbot-Version: 0.6.0+Version: 0.6.1 Synopsis: A library for writing irc bots Homepage: http://hub.darcs.net/stepcut/ircbot License: BSD3@@ -40,8 +40,8 @@ directory < 1.3, filepath >= 1.2 && < 1.4, irc == 0.6.*,- mtl >= 2.0 && < 2.2,- network >= 2.3 && < 2.5,+ mtl >= 2.0 && < 2.3,+ network >= 2.3 && < 2.6, old-locale == 1.0.*, parsec == 3.1.*, time == 1.4.*,