packages feed

tellbot 0.6.0.4 → 0.6.0.5

raw patch · 2 files changed

+20/−15 lines, 2 filesdep ~bifunctors

Dependency ranges changed: bifunctors

Files

CHANGELOG.md view
@@ -1,10 +1,15 @@ tellbot CHANGELOG ================= +### 0.6.0.5++- Support for bifunctors-5.1.+- Fixed whitespaces issues in tellbot.cabal.+- Fixed useless line in CHANGELOG.md. + ### 0.6.0.4  - Nicer colors for titles.-    - Nicer colors for titles. - Fixed title (whitespaces trimming).  ### 0.6.0.3
tellbot.cabal view
@@ -1,5 +1,5 @@ name:                tellbot-version:             0.6.0.4+version:             0.6.0.5 synopsis:            IRC tellbot description:         An IRC bot that can be used to create queuing message.                      It also offers a simple administration IRC bot interface.@@ -26,19 +26,19 @@    default-extensions:  FlexibleInstances -  build-depends:       base              >= 4.5  && < 5-                     , bifunctors        >= 4.1  && < 5.1-                     , bytestring        >= 0.10 && < 0.11-                     , containers        >= 0.4  && < 0.6-                     , http-conduit      >= 2.1  && < 2.2-                     , mtl               >= 2.1  && < 2.3-                     , network           >= 2.4  && < 2.7-                     , regex-pcre        >= 0.94 && < 0.95-                     , split             >= 0.2  && < 0.3-                     , text              >= 1.2  && < 1.3-                     , tagsoup           >= 0.13 && < 0.14-                     , time              >= 1.4  && < 1.6-                     , transformers      >= 0.3  && < 0.5+  build-depends:       base         >= 4.5  && < 5+                     , bifunctors   >= 4.1  && < 5.2+                     , bytestring   >= 0.10 && < 0.11+                     , containers   >= 0.4  && < 0.6+                     , http-conduit >= 2.1  && < 2.2+                     , mtl          >= 2.1  && < 2.3+                     , network      >= 2.4  && < 2.7+                     , regex-pcre   >= 0.94 && < 0.95+                     , split        >= 0.2  && < 0.3+                     , text         >= 1.2  && < 1.3+                     , tagsoup      >= 0.13 && < 0.14+                     , time         >= 1.4  && < 1.6+                     , transformers >= 0.3  && < 0.5    hs-source-dirs:      src