Source: haskell-dlist Priority: optional Section: misc Maintainer: Clifford Beshers Build-Depends: debhelper (>= 7.0), haskell-devscripts (>= 0.6.15+nmu7), hscolour, cdbs, ghc6 (>= 6.8), ghc6-prof Build-Depends-Indep: ghc6-doc, haddock Standards-Version: 3.8.1 Homepage: http://code.haskell.org/~dons/code/dlist/ Package: libghc6-dlist-dev Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends} Description: Differences lists Differences lists: a list-like type supporting O(1) append. This is particularly useful for efficient logging and pretty printing, (e.g. with the Writer monad), where list append quickly becomes too expensive. . Author: Don Stewart Upstream-Maintainer: dons@galois.com . This package contains the normal library files. Package: libghc6-dlist-prof Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends}, libghc6-dlist-dev Description: Differences lists Differences lists: a list-like type supporting O(1) append. This is particularly useful for efficient logging and pretty printing, (e.g. with the Writer monad), where list append quickly becomes too expensive. . Author: Don Stewart Upstream-Maintainer: dons@galois.com . This package contains the libraries compiled with profiling enabled. Package: libghc6-dlist-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, ghc6-doc Description: Differences lists Differences lists: a list-like type supporting O(1) append. This is particularly useful for efficient logging and pretty printing, (e.g. with the Writer monad), where list append quickly becomes too expensive. . Author: Don Stewart Upstream-Maintainer: dons@galois.com . This package contains the documentation files.