Browse Source

additional cabal modification

renamed cabal file
modified copyright to adhere to the LICENSE file
added homepage and package-url
added GHC ==7.0.4 to the tested-with field
master
Jon Kristensen 14 years ago
parent
commit
63507a4276
  1. 23
      pontarius-xmpp.cabal

23
pontarius.cabal → pontarius-xmpp.cabal

@ -4,18 +4,19 @@ Cabal-Version: >= 1.6 @@ -4,18 +4,19 @@ Cabal-Version: >= 1.6
Build-Type: Simple
-- License:
License-File: LICENSE
-- Copyright:
Copyright: Dmitry Astapov, Pierre Kovalev, Mahdi Abdinejadi, Jon Kristensen,
IETF Trust, Philipp Balzarek
Author: Jon Kristensen, Mahdi Abdinejadi, Philipp Balzarek
Maintainer: info@jonkri.com
Stability: alpha
-- Homepage:
Homepage: http://www.pontarius.org/
Bug-Reports: mailto:info@jonkri.com
-- Package-URL:
Package-URL: http://hackage.haskell.org/packages/archive/pontarius-xmpp/0.1.0.0/pontarius-xmpp-0.1.0.0.tar.gz
Synopsis: An incomplete implementation of RFC 6120 (XMPP: Core)
Description: Pontarius is a work in progress implementation of
RFC 6120 (XMPP: Core).
Category: Network
Tested-With: GHC == 7.4.1
Tested-With: GHC ==7.0.4, GHC ==7.4.1
-- Data-Files:
-- Data-Dir:
-- Extra-Source-Files:
@ -80,7 +81,7 @@ Library @@ -80,7 +81,7 @@ Library
, Data.Conduit.TLS
GHC-Options: -Wall
Executable pontarius-echoclient
Executable pontarius-xmpp-echoclient
hs-source-dirs: source
Main-Is: ../examples/EchoClient.hs
@ -88,9 +89,9 @@ Source-Repository head @@ -88,9 +89,9 @@ Source-Repository head
Type: git
Location: git://github.com/jonkri/pontarius-xmpp.git
-- Source-Repository this
-- Type: git
-- -- Module:
-- Location: git://github.com/jonkri/pontarius-xmpp.git
-- Tag: 0.1.0.0
-- -- Subdir:
Source-Repository this
Type: git
-- Module:
Location: git://github.com/jonkri/pontarius-xmpp.git
Tag: 0.1.0.0
-- Subdir:
Loading…
Cancel
Save