From 51bbf9b457fdc91630929832d6799f2811358d6c Mon Sep 17 00:00:00 2001
From: Philipp Balzarek
Date: Tue, 25 Feb 2014 20:00:55 +0100
Subject: [PATCH] fix ChangeLog.md markdown
---
ChangeLog.md | 23 +++++++++++++++++++++++
changelog.md | 23 -----------------------
pontarius-xmpp.cabal | 3 ++-
3 files changed, 25 insertions(+), 24 deletions(-)
create mode 100644 ChangeLog.md
delete mode 100644 changelog.md
diff --git a/ChangeLog.md b/ChangeLog.md
new file mode 100644
index 0000000..92979ce
--- /dev/null
+++ b/ChangeLog.md
@@ -0,0 +1,23 @@
+# 0.3 to 0.4
+
+## Major changes
+* Added Lenses
+* Added Plugins
+
+## newly exported functions
+* simpleAuth
+* jid (QuasiQuoter)
+* presenceUnsubscribed
+* associatedErrorType
+* mkStanzaError
+
+## major bugs fixed
+* Didn't check jid of IQResults
+
+## incompatible changes
+### IQ
+* sendIQ returns an STM action rather than a TMVar
+* sendIQ' takes a timeout parameter
+* removed IQResponseTimeout from IQResponse data type
+* renamed listenIQChan to listenIQ and changed return type from TChan to STM
+* renamed dropIQChan to unlistenIQ
diff --git a/changelog.md b/changelog.md
deleted file mode 100644
index 89a23bd..0000000
--- a/changelog.md
+++ /dev/null
@@ -1,23 +0,0 @@
-* 0.3 to 0.4
-
-** Major changes
-Added Lenses
-Added Plugins
-
-** newly exported functions
-simpleAuth
-jid (QuasiQuoter)
-presenceUnsubscribed
-associatedErrorType
-mkStanzaError
-
-** major bugs fixed
-Didn't check jid of IQResults
-
-** incompatible changes
-*** IQ
-sendIQ returns an STM action rather than a TMVar
-sendIQ' takes a timeout parameter
-removed IQResponseTimeout from IQResponse data type
-renamed listenIQChan to listenIQ and changed return type from TChan to STM
-renamed dropIQChan to unlistenIQ
diff --git a/pontarius-xmpp.cabal b/pontarius-xmpp.cabal
index 3adb4bb..88ff421 100644
--- a/pontarius-xmpp.cabal
+++ b/pontarius-xmpp.cabal
@@ -18,9 +18,10 @@ Description: Pontarius XMPP is a work in progress implementation of RFC 6120
While in alpha, Pontarius XMPP works quite well and fulfills most
requirements of the RFCs.
Category: Network
-Tested-With: GHC >=7.0.1 && <=7.6.3
+Tested-With: GHC ==7.6.3
Extra-Source-Files: README.md
+ , ChangeLog.md
, examples/echoclient/echoclient.cabal
, examples/echoclient/LICENSE.md
, examples/echoclient/Main.hs