Cabal revisions of Diff-0.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: Diff version: 0.3.0 +x-revision: 1 synopsis: O(ND) diff algorithm in haskell. description: Basic implementation of the standard diff algorithm. category: Algorithms source-repository head type: darcs - location: http://patch-tag.com/r/sclv/diff + location: http://hub.darcs.net/sterlingclover/Diff
revision 2
name: Diff version: 0.3.0 -x-revision: 1 +x-revision: 2 synopsis: O(ND) diff algorithm in haskell. description: Basic implementation of the standard diff algorithm. category: Algorithms library if flag(small-base) - build-depends: base >= 3 && <= 6, array + build-depends: base >= 3 && <= 4.11, array else build-depends: base < 3 hs-source-dirs: src source-repository head type: darcs - location: http://hub.darcs.net/sterlingclover/Diff+ location: http://hub.darcs.net/sterlingclover/Diff