kevin 0.1.5.2 → 0.1.5.3
raw patch · 3 files changed
+3/−3 lines, 3 files
Files
- Kevin/Util/Tablump.hs +1/−1
- Main.hs +0/−0
- kevin.cabal +2/−2
Kevin/Util/Tablump.hs view
@@ -57,7 +57,7 @@ "&a\t(.+?)\t.*?\t" $$ \(x:_) -> printf "%s (" x, "&link\t(.+?)\t&\t" $$ head, "&link\t(.+?)\t(.+?)\t&\t" $$ \(x:y:_) -> printf "%s (%s)" x y,- "&dev\t.\t(.+?)\t" $$ head,+ "&dev\t.+?\t(.+?)\t" $$ head, "&avatar\t(.+?)\t.+?\t" $$ \(x:_) -> printf ":icon%s:" x, "&thumb\t(.+?)\t.+?\t.+?\t.+?\t.+?\t.+?\t.+?\t" $$ \(x:_) -> printf ":thumb%s:" x, "&img\t(.+?)\t(.*?)\t(.*?)\t" $$ \(x:y:z:_) -> printf "<img src='%s' alt='%s' title='%s' />" x y z,
Main.hs view
kevin.cabal view
@@ -1,5 +1,5 @@ Name: kevin-Version: 0.1.5.2+Version: 0.1.5.3 Synopsis: a dAmn ↔ IRC proxy Description: a dAmn ↔ IRC proxy License: GPL@@ -20,4 +20,4 @@ Other-Modules: Kevin, Kevin.Protocol, Kevin.Base, Kevin.Util.Logger, Kevin.IRC.Protocol, Kevin.Damn.Protocol, Kevin.Util.Entity, Kevin.Util.Tablump, Kevin.Damn.Packet, Kevin.Damn.Protocol.Send, Kevin.IRC.Protocol.Send, Kevin.IRC.Packet, Kevin.Settings, Kevin.Types, Kevin.Util.Token extensions: CPP, DeriveDataTypeable, ExistentialQuantification, OverloadedStrings, ScopedTypeVariables, TemplateHaskell ghc-options: -Wall -fno-warn-unused-do-bind -threaded- cpp-options: -DVERSION="0.1.5.2"+ cpp-options: -DVERSION="0.1.5.3"