packages feed

ircbot 0.6.1 → 0.6.2

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~networkdep ~randomdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: network, random, time

API changes (from Hackage documentation)

Files

ircbot.cabal view
@@ -1,5 +1,5 @@ Name:                ircbot-Version:             0.6.1+Version:             0.6.2 Synopsis:            A library for writing irc bots Homepage:            http://hub.darcs.net/stepcut/ircbot License:             BSD3@@ -41,11 +41,11 @@                   filepath   >= 1.2  && < 1.4,                   irc        == 0.6.*,                   mtl        >= 2.0  && < 2.3,-                  network    >= 2.3  && < 2.6,+                  network    >= 2.3  && < 2.7,                   old-locale == 1.0.*,                   parsec     == 3.1.*,-                  time       == 1.4.*,+                  time       >= 1.4  && < 1.6,                   unix       >= 2.4  && < 2.8,-                  random     == 1.0.*,+                  random     >= 1.0  && < 1.2,                   stm        >= 2.2  && < 2.5,                   SafeSemaphore >= 0.10 && < 0.11