Source: haskell-irc-core
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: debhelper (>= 9)
  , cdbs
  , haskell-devscripts (>= 0.8.15)
  , ghc
  , ghc-prof
  , libghc-attoparsec-dev (>= 0.12.1.2)
  , libghc-attoparsec-dev (<< 0.14)
  , libghc-attoparsec-prof
  , libghc-base64-bytestring-dev (>= 1.0.0.1)
  , libghc-base64-bytestring-dev (<< 1.1)
  , libghc-base64-bytestring-prof
  , libghc-config-value-dev (>= 0.4)
  , libghc-config-value-dev (<< 0.5)
  , libghc-config-value-prof
  , libghc-connection-dev (>= 0.2.4)
  , libghc-connection-dev (<< 0.3)
  , libghc-connection-prof
  , libghc-data-default-class-dev (>= 0.0.1)
  , libghc-data-default-class-dev (<< 0.1)
  , libghc-data-default-class-prof
  , libghc-free-dev (>= 4.11)
  , libghc-free-dev (<< 4.13)
  , libghc-free-prof
  , libghc-haskell-lexer-dev (>= 1.0)
  , libghc-haskell-lexer-dev (<< 1.1)
  , libghc-haskell-lexer-prof
  , libghc-lens-dev (>= 4.7)
  , libghc-lens-dev (<< 4.13)
  , libghc-lens-prof
  , libghc-network-dev (>= 2.6.0.2)
  , libghc-network-dev (<< 2.7)
  , libghc-network-prof
  , libghc-split-dev (>= 0.2.2)
  , libghc-split-dev (<< 0.3)
  , libghc-split-prof
  , libghc-stm-dev (>= 2.4.4)
  , libghc-stm-dev (<< 2.5)
  , libghc-stm-prof
  , libghc-text-dev (>= 1.2.0.4)
  , libghc-text-dev (<< 1.3)
  , libghc-text-prof
  , libghc-tls-dev (>= 1.2.1.6)
  , libghc-tls-dev (<< 1.4)
  , libghc-tls-prof
  , libghc-vty-dev (>= 5.2.7)
  , libghc-vty-dev (<< 5.3)
  , libghc-vty-prof
  , libghc-x509-dev (>= 1.5.0.1)
  , libghc-x509-dev (<< 1.7)
  , libghc-x509-prof
  , libghc-x509-store-dev (>= 1.5.0)
  , libghc-x509-store-dev (<< 1.7)
  , libghc-x509-store-prof
  , libghc-x509-system-dev (>= 1.5.0)
  , libghc-x509-system-dev (<< 1.7)
  , libghc-x509-system-prof
  , libghc-x509-validation-dev (>= 1.5.1)
  , libghc-x509-validation-dev (<< 1.7)
  , libghc-x509-validation-prof
Build-Depends-Indep: ghc-doc
  , libghc-attoparsec-doc
  , libghc-base64-bytestring-doc
  , libghc-config-value-doc
  , libghc-connection-doc
  , libghc-data-default-class-doc
  , libghc-free-doc
  , libghc-haskell-lexer-doc
  , libghc-lens-doc
  , libghc-network-doc
  , libghc-split-doc
  , libghc-stm-doc
  , libghc-text-doc
  , libghc-tls-doc
  , libghc-vty-doc
  , libghc-x509-doc
  , libghc-x509-store-doc
  , libghc-x509-system-doc
  , libghc-x509-validation-doc
Standards-Version: 3.9.6
Homepage: https://hackage.haskell.org/package/irc-core
Vcs-Git: git://anonscm.debian.org/pkg-haskell/DHG_packages.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
X-Description: IRC connection library
 IRC connection library featuring such modules as
   - Irc.Cmd - Functions for generating IRC protocol message for
     client-to-server
   - Irc.Core - Functions for parsing low-level IRC messages into
     mid-level IRC messages
   - Irc.Core.Prisms - Prisms for all of the mid-level IRC message
     constructors
   - Irc.Format - Functions for parsing and rendering low-level IRC
     protocol messages
   - Irc.Message - High-level IRC event messages for client
     interpretation
   - Irc.Model - Functions for interpreting mid-level IRC messages to
     generate high-level event messages and to maintain a consistent
     view of the connection
   - Irc.RateLimit - Functions to assist with rate-limiting outgoing
     client messages
   - Irc.Time - Internal compatibility module for time-1.4 and
     time-1.5 interop

Package: libghc-irc-core-dev
Architecture: any
Depends: ${haskell:Depends}
  , ${shlibs:Depends}
  , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}

Package: libghc-irc-core-prof
Architecture: any
Depends: ${haskell:Depends}
  , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}

Package: libghc-irc-core-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}

Package: glirc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: console-based IRC client
 glirc is a console IRC client based on the Haskell irc-core library.
