Browse Source
Started using double quotes instead of single quotes on XMLDecl, to conform to the quotations of the other XML. To conform with the Haskell style guidelines, `TLS' is now spelled `Tls', and `XML' is now spelled `Xml'. Updated library name in README file.master
14 changed files with 51 additions and 51 deletions
@ -1,2 +1,2 @@ |
|||||||
Pontarius is an active work in progress to build a Haskell XMPP library that |
Pontarius XMPP is an active work in progress to build a Haskell XMPP library |
||||||
implements the client capabilities of RFC 6120 ("XMPP Core"). |
that implements the client capabilities of RFC 6120 ("XMPP Core"). |
||||||
|
|||||||
@ -1,6 +1,6 @@ |
|||||||
{-# Language NoMonomorphismRestriction #-} |
{-# Language NoMonomorphismRestriction #-} |
||||||
{-# OPTIONS_HADDOCK hide #-} |
{-# OPTIONS_HADDOCK hide #-} |
||||||
module Data.Conduit.TLS |
module Data.Conduit.Tls |
||||||
( tlsinit |
( tlsinit |
||||||
-- , conduitStdout |
-- , conduitStdout |
||||||
, module TLS |
, module TLS |
||||||
@ -1,7 +1,7 @@ |
|||||||
{-# OPTIONS_HADDOCK hide #-} |
{-# OPTIONS_HADDOCK hide #-} |
||||||
{-# LANGUAGE DeriveDataTypeable #-} |
{-# LANGUAGE DeriveDataTypeable #-} |
||||||
{-# LANGUAGE OverloadedStrings #-} |
{-# LANGUAGE OverloadedStrings #-} |
||||||
module Text.XML.Stream.Elements where |
module Text.Xml.Stream.Elements where |
||||||
|
|
||||||
import Control.Applicative ((<$>)) |
import Control.Applicative ((<$>)) |
||||||
import Control.Exception |
import Control.Exception |
||||||
Loading…
Reference in new issue