Source: haskell-iteratee
Section: haskell
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: cdbs, debhelper (>= 7.0.50~), haskell-devscripts,
	ghc,
	ghc-prof,
	libghc-listlike-dev (>= 1.0),
	libghc-listlike-dev (<< 4),
	libghc-listlike-prof,
	libghc-monadcatchio-transformers-dev (>= 0.2),
	libghc-monadcatchio-transformers-dev (<< 0.4),
	libghc-monadcatchio-transformers-prof,
	libghc-parallel-dev (>= 2),
	libghc-parallel-dev (<< 4),
	libghc-parallel-prof,
	libghc-transformers-dev (>= 0.2),
	libghc-transformers-dev (<< 0.4),
	libghc-transformers-prof
Build-Depends-Indep: ghc-doc
  , libghc-listlike-doc
  , libghc-monadcatchio-transformers-doc
  , libghc-parallel-doc
  , libghc-transformers-doc
Standards-Version: 3.9.3
Homepage: http://inmachina.net/~jwlato/haskell/iteratee
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-iteratee
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-iteratee

Package: libghc-iteratee-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
Description: Haskell library for Iteratee-based I/O
 The Iteratee monad provides strict, safe, and functional I/O. In addition
 to pure Iteratee processors, file IO and combinator functions are provided.
 .
 This package contains the libraries compiled for GHC.

Package: libghc-iteratee-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
Description: Haskell library for Iteratee-based I/O; profiling library
 The Iteratee monad provides strict, safe, and functional I/O. In addition
 to pure Iteratee processors, file IO and combinator functions are provided.
 .
 This package contains the profiling libraries compiled for GHC.

Package: libghc-iteratee-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Haskell library for Iteratee-based I/O; documentation
 The Iteratee monad provides strict, safe, and functional I/O. In addition
 to pure Iteratee processors, file IO and combinator functions are provided.
 .
 This package contains the library documentation.
