~singpolyma/network-protocol-xmpp

5559929b4a6a9a04dc2e9a273d03bde59898bbbe — John Millikin 10 years ago baddb8f network-protocol-xmpp_0.4.6
 Remove maximum dependency version on text.

Bump version to 0.4.6.
1 files changed, 3 insertions(+), 3 deletions(-)

M network-protocol-xmpp.cabal
M network-protocol-xmpp.cabal => network-protocol-xmpp.cabal +3 -3
@@ 1,5 1,5 @@
name: network-protocol-xmpp
version: 0.4.5
version: 0.4.6
license: GPL-3
license-file: license.txt
author: John Millikin <jmillikin@gmail.com>, Stephan Maka <stephan@spaceboyz.net>


@@ 21,7 21,7 @@ source-repository head
source-repository this
  type: git
  location: https://john-millikin.com/code/haskell-xmpp/
  tag: network-protocol-xmpp_0.4.5
  tag: network-protocol-xmpp_0.4.6

library
  ghc-options: -Wall -O2


@@ 36,7 36,7 @@ library
    , libxml-sax >= 0.7 && < 0.8
    , monads-tf >= 0.1 && < 0.2
    , network >= 2.2
    , text >= 0.10 && < 0.12
    , text >= 0.10
    , transformers >= 0.2
    , xml-types >= 0.3 && < 0.4