~singpolyma/network-protocol-xmpp

520314c577eb8c455021299f860a669036b2a339 — John Millikin 11 years ago 6304bac
Minor cleanups. Remove maximum version of "transformers" dependency.
1 files changed, 7 insertions(+), 7 deletions(-)

M network-protocol-xmpp.cabal
M network-protocol-xmpp.cabal => network-protocol-xmpp.cabal +7 -7
@@ 1,5 1,5 @@
name: network-protocol-xmpp
version: 0.4.1
version: 0.4.2
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: bazaar
  location: https://john-millikin.com/branches/network-protocol-xmpp/0.4/
  tag: network-protocol-xmpp_0.4.1
  tag: network-protocol-xmpp_0.4.2

library
  ghc-options: -Wall -O2


@@ 29,15 29,15 @@ library

  build-depends:
      base >= 4.0 && < 5.0
    , text >= 0.10 && < 0.12
    , bytestring >= 0.9 && < 0.10
    , gnuidn >= 0.2 && < 0.3
    , gnutls >= 0.1 && < 0.3
    , bytestring >= 0.9 && < 0.10
    , gsasl >= 0.3 && < 0.4
    , network >= 2.2 && < 2.4
    , transformers >= 0.2 && < 0.3
    , monads-tf >= 0.1 && < 0.2
    , libxml-sax >= 0.7 && < 0.8
    , monads-tf >= 0.1 && < 0.2
    , network >= 2.2 && < 2.4
    , text >= 0.10 && < 0.12
    , transformers >= 0.2
    , xml-types >= 0.3 && < 0.4

  exposed-modules: