Source: haskell-bitvec
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
 dh-sequence-haskell,
 ghc (>= 9.10),
 ghc-prof,
 libghc-primitive-dev (>= 0.5),
 libghc-primitive-dev (<< 0.10),
 libghc-primitive-prof,
 libghc-quickcheck-classes-dev (>= 0.6.1),
 libghc-quickcheck-classes-base-dev (<< 0.7),
 libghc-tasty-dev (<< 1.6),
 libghc-tasty-quickcheck-dev (<< 0.12),
 libghc-vector-dev (>= 0.11),
 libghc-vector-dev (<< 0.14),
 libghc-vector-prof,
Build-Depends-Indep: ghc-doc,
 libghc-primitive-doc,
 libghc-vector-doc,
Standards-Version: 4.7.3
Homepage: https://github.com/Bodigrim/bitvec
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-bitvec
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-bitvec]
X-Description: space-efficient bit vectors
 A newtype over 'Bool' with a better 'Vector' instance: 8x less
 memory, up to 3500x faster.

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

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

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