Source: haskell-hit
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Priority: extra
Section: haskell
Build-Depends: debhelper (>= 9),
 haskell-devscripts (>= 0.10),
 cdbs,
 ghc,
 ghc-prof,
 libghc-attoparsec-dev (>= 0.10.1),
 libghc-attoparsec-prof,
 libghc-byteable-dev,
 libghc-byteable-prof,
 libghc-cryptohash-dev,
 libghc-cryptohash-prof,
 libghc-hourglass-dev (>= 0.2),
 libghc-hourglass-prof,
 libghc-mtl-dev,
 libghc-mtl-prof,
 libghc-parsec3-dev (>= 3),
 libghc-parsec3-prof,
 libghc-patience-dev,
 libghc-patience-prof,
 libghc-random-dev,
 libghc-random-prof,
 libghc-system-fileio-dev,
 libghc-system-fileio-prof,
 libghc-system-filepath-dev,
 libghc-system-filepath-prof,
 libghc-unix-compat-dev,
 libghc-unix-compat-prof,
 libghc-utf8-string-dev,
 libghc-utf8-string-prof,
 libghc-vector-dev,
 libghc-vector-prof,
 libghc-zlib-dev,
 libghc-zlib-prof,
 libghc-zlib-bindings-dev (>= 0.1),
 libghc-zlib-bindings-dev (<< 0.2),
 libghc-zlib-bindings-prof,
 libghc-bytedump-dev (>= 1.0),
 libghc-hourglass-dev,
 libghc-tasty-dev,
 libghc-tasty-quickcheck-dev,
Build-Depends-Indep: ghc-doc,
 libghc-attoparsec-doc,
 libghc-byteable-doc,
 libghc-cryptohash-doc,
 libghc-hourglass-doc,
 libghc-mtl-doc,
 libghc-parsec3-doc,
 libghc-patience-doc,
 libghc-random-doc,
 libghc-system-fileio-doc,
 libghc-system-filepath-doc,
 libghc-unix-compat-doc,
 libghc-utf8-string-doc,
 libghc-vector-doc,
 libghc-zlib-doc,
 libghc-zlib-bindings-doc,
Standards-Version: 3.9.6
Homepage: http://github.com/vincenthz/hit
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Git operations in Haskell
 A Haskell implementation of git storage operations, allowing users to
 manipulate git repositories (read and write).
 .
 This implementation is fully interoperable with the main C
 implementation.
 .
 This is strictly only manipulating the git store (what's inside
 the .git directory), and doesn't do anything with the index or
 your working directory files.

Package: libghc-hit-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-hit-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-hit-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
 ${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}
