packages feed

tellbot 0.6.0.12 → 0.6.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~time

Dependency ranges changed: time

Files

CHANGELOG.md view
@@ -1,6 +1,10 @@ tellbot CHANGELOG ================= +## 0.6.1++- GHC 8.0.1 support.+ ### 0.6.0.12  - Support for transformers-0.6 and bifunctors-5.3.
tellbot.cabal view
@@ -1,5 +1,5 @@ name:                tellbot-version:             0.6.0.12+version:             0.6.1 synopsis:            IRC tellbot description:         An IRC bot that can be used to create queuing message.                      It also offers a simple administration IRC bot interface.@@ -37,7 +37,7 @@                      , split        >= 0.2  && < 0.3                      , text         >= 1.2  && < 1.3                      , tagsoup      >= 0.13 && < 0.14-                     , time         >= 1.4  && < 1.6+                     , time         >= 1.4  && < 1.7                      , transformers >= 0.3  && < 0.6    hs-source-dirs:      src