diff options
Diffstat (limited to 'p/haskell-diff/debian/control')
-rw-r--r-- | p/haskell-diff/debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/p/haskell-diff/debian/control b/p/haskell-diff/debian/control index d37d0e436..388aaf199 100644 --- a/p/haskell-diff/debian/control +++ b/p/haskell-diff/debian/control @@ -6,14 +6,14 @@ Section: haskell Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.10), cdbs, - ghc, + ghc (>= 8), ghc-prof, Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/Diff -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-diff Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git -X-Description: GHC libraries for the Haskell O(ND) diff algorithm library +X-Description: 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. |