Source: haskell-diff Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Dmitry Bogatov Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.9) , ghc , ghc-prof Build-Depends-Indep: ghc-doc Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/Diff Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diff Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-diff X-Description: GHC libraries for the Haskell O(ND) diff algorithm library This is a Haskell library providing an implementation of the O(ND) diff algorithm described in "An O(ND) Difference Algorithm and Its Variations" (1986) by Eugene W. Myers. It is O(mn) in space. . Whilst the algorithm is the same one used by standared Unix diff, the assumption is that users of this library will want to diff over interesting things or perform interesting tasks with the results. Package: libghc-diff-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-diff-prof 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-diff-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb}