tellbot 0.6 → 0.6.0.1
raw patch · 3 files changed
+10/−2 lines, 3 files
Files
- CHANGELOG.md +8/−0
- src/Main.hs +1/−1
- tellbot.cabal +1/−1
CHANGELOG.md view
@@ -1,6 +1,14 @@ tellbot CHANGELOG ================= +### 0.6.0.1++- Fixed CHANGELOG.md.++### 0.6++- Dropped `errors` dependency.+ ### 0.5.1.4 - fixed HTML entities to correctly decode them
src/Main.hs view
@@ -20,7 +20,7 @@ import System.IO version :: Version-version = Version [0,6] ["Apfelschorle"]+version = Version [0,6,0,1] ["Apfelschorle"] type Failable = Except String type FailableIO = ExceptT String IO
tellbot.cabal view
@@ -1,5 +1,5 @@ name: tellbot-version: 0.6+version: 0.6.0.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.