Source: haskell-chasingbottoms Maintainer: Debian Haskell Group Uploaders: Joachim Breitner , Ilias Tsitsimpis Priority: optional Section: haskell Rules-Requires-Root: no Build-Depends: debhelper (>= 10), haskell-devscripts (>= 0.13), cdbs, ghc (>= 8.4.3), ghc-prof, libghc-quickcheck2-dev (>= 2.10), libghc-quickcheck2-dev (<< 2.15), libghc-quickcheck2-prof, libghc-random-dev (>= 1.0), libghc-random-dev (<< 1.3), libghc-random-prof, libghc-syb-dev (>= 0.1.0.2), libghc-syb-dev (<< 0.8), libghc-syb-prof, Build-Depends-Indep: ghc-doc, libghc-quickcheck2-doc, libghc-random-doc, libghc-syb-doc, Standards-Version: 4.1.4 Homepage: http://hackage.haskell.org/package/ChasingBottoms Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-chasingbottoms Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-chasingbottoms] X-Description: Library for testing partial and infinite values Do you ever feel the need to test code involving bottoms (e.g. calls to the error function), or code involving infinite values? Then this library could be useful for you. . It is usually easy to get a grip on bottoms by showing a value and waiting to see how much gets printed before the first exception is encountered. However, that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With this library you can do such tests like other automatic tests. Package: libghc-chasingbottoms-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-chasingbottoms-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-chasingbottoms-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}