ircbot 0.6.5 → 0.6.5.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~directorydep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: directory, time
API changes (from Hackage documentation)
Files
- ircbot.cabal +4/−4
ircbot.cabal view
@@ -1,5 +1,5 @@ Name: ircbot-Version: 0.6.5+Version: 0.6.5.1 Synopsis: A library for writing IRC bots Description: A simple library for an IRC bot License: BSD3@@ -12,7 +12,7 @@ Build-type: Simple Cabal-version: >=1.6 Homepage: https://github.com/stepcut/ircbot-tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC==8.0.1+tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC==8.0.2 source-repository head type: git@@ -39,13 +39,13 @@ Build-depends: base >= 4 && <5, bytestring >= 0.10 && < 0.11, containers >= 0.4 && < 0.6,- directory < 1.3,+ directory < 1.4, filepath >= 1.2 && < 1.5, irc == 0.6.*, mtl >= 2.0 && < 2.3, network >= 2.3 && < 2.7, parsec == 3.1.*,- time >= 1.5 && < 1.7,+ time >= 1.5 && < 1.8, unix >= 2.4 && < 2.8, random >= 1.0 && < 1.2, stm >= 2.2 && < 2.5,