irc-ctcp 0.1.1.0 → 0.1.2.0
raw patch · 3 files changed
+6/−2 lines, 3 files
Files
- Network/IRC/CTCP.hs +1/−1
- changes.md +4/−0
- irc-ctcp.cabal +1/−1
Network/IRC/CTCP.hs view
@@ -32,7 +32,7 @@ -- ^Get the underlying (encoded) bytestring from a CTCP -- bytestring. }- deriving (Eq)+ deriving (Eq, Show) -- |Turn a command name and arguments into a CTCP-encoded bytestring. --
changes.md view
@@ -1,3 +1,7 @@+# 0.1.2.0++ - Add a `Show` instance for `CTCPByteString`+ # 0.1.1.0 - Add an `Eq` instance for `CTCPByteString`
irc-ctcp.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.1.0+version: 0.1.2.0 -- A short (one-line) description of the package. synopsis: A CTCP encoding and decoding library for IRC clients.