Source: haskell-numtype
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Iulian Udrea <iulian@linux.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7),
               cdbs, 
               haskell-devscripts (>= 0.8), 
               ghc, 
               ghc-prof
Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.2
Homepage: http://hackage.haskell.org/package/numtype
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-numtype
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-numtype

Package: libghc-numtype-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: type-level (low cardinality) integers
 This package provides unary type level representations of the (positive 
 and negative) integers and basic operations (addition, subtraction, 
 multiplication, division) on these. Due to the unary implementation the 
 practical size of the NumTypes is severely limited making them unsuitable 
 for large-cardinality applications. If you will be working with integers 
 beyond (-20, 20) this package probably isn't for you. 
 .
 It is, however, eminently suitable for applications such as representing 
 physical dimensions (see the Dimensional library).
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-numtype-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: type-level (low cardinality) integers; profiling data
 This package provides unary type level representations of the (positive 
 and negative) integers and basic operations (addition, subtraction, 
 multiplication, division) on these. Due to the unary implementation the 
 practical size of the NumTypes is severely limited making them unsuitable 
 for large-cardinality applications. If you will be working with integers 
 beyond (-20, 20) this package probably isn't for you. 
 .
 It is, however, eminently suitable for applications such as representing 
 physical dimensions (see the Dimensional library).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.

Package: libghc-numtype-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: type-level (low cardinality) integers; documentation
 This package provides unary type level representations of the (positive 
 and negative) integers and basic operations (addition, subtraction, 
 multiplication, division) on these. Due to the unary implementation the 
 practical size of the NumTypes is severely limited making them unsuitable 
 for large-cardinality applications. If you will be working with integers 
 beyond (-20, 20) this package probably isn't for you. 
 .
 It is, however, eminently suitable for applications such as representing 
 physical dimensions (see the Dimensional library).
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.
