Source: haskell-heap Priority: optional Section: misc Maintainer: David Fox Build-Depends: debhelper (>= 7.0), haskell-devscripts (>= 0.6.15+nmu7), hscolour, cdbs, ghc (>= 6.8), ghc-prof, libghc-quickcheck2-prof (>= 2), libghc-quickcheck2-prof (<< 3) Build-Depends-Indep: ghc-doc, haddock, libghc-quickcheck2-doc (>= 2), libghc-quickcheck2-doc (<< 3) Standards-Version: 3.8.1 Package: libghc-heap-dev Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends} Description: Heaps in Haskell A flexible Haskell implementation of minimum, maximum, minimum-priority, maximum-priority and custom-ordered heaps. . Author: Stephan Friedrichs Upstream-Maintainer: Stephan Friedrichs (deduktionstheorem at web dot de) . This package contains the normal library files. Package: libghc-heap-prof Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends}, libghc-heap-dev Description: Heaps in Haskell A flexible Haskell implementation of minimum, maximum, minimum-priority, maximum-priority and custom-ordered heaps. . Author: Stephan Friedrichs Upstream-Maintainer: Stephan Friedrichs (deduktionstheorem at web dot de) . This package contains the libraries compiled with profiling enabled. Package: haskell-heap-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, ghc-doc Description: Heaps in Haskell A flexible Haskell implementation of minimum, maximum, minimum-priority, maximum-priority and custom-ordered heaps. . Author: Stephan Friedrichs Upstream-Maintainer: Stephan Friedrichs (deduktionstheorem at web dot de) . This package contains the documentation files. Package: heap-tests Architecture: any Section: misc Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} Description: An executable built with the heap-1.0.0 library.