| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sun, 28 Dec 2025 13:39:53 GMT
X-Served-By: cache-dfw-kdfw8210164-DFW, cache-bom-vanm7210024-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1766929192.450649,VS0,VE861
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
Diff: Diff algorithm in pure Haskell
Diff: Diff algorithm in pure Haskell
Implementation of the standard diff algorithm in Haskell.
Time complexity is O(ND) (input length * number of differences). Space complexity is O(D^2). Includes utilities for pretty printing.
Modules
[Index] [Quick Jump]
Downloads
- Diff-1.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1, 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.4.0, 0.4.1, 0.5, 1.0, 1.0.1, 1.0.1.1, 1.0.2 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | array, base (>=4.11 && <=6), pretty (>=1.1) [details] |
| Tested with | ghc ==9.12.0, ghc ==9.10.1, ghc ==9.8.2, ghc ==9.6.6, ghc ==9.4.8, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4 |
| License | BSD-3-Clause |
| Author | Sterling Clover |
| Maintainer | David Fox <dsf@seereason.com> |
| Category | Algorithms |
| Home page | https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.4.6927 |
| Source repo | head: git clone https://github.com/seereason/Diff |
| Uploaded | by DavidFox at 2024-11-15T17:54:12Z |
| Distributions | Arch:0.5, Fedora:0.5, FreeBSD:0.3.2, LTSHaskell:1.0.2, NixOS:1.0.2, Stackage:1.0.2, openSUSE:1.0.2 |
| Reverse Dependencies | 62 direct, 290 indirect [details] |
| Downloads | 85593 total (20 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2024-11-15 [all 1 reports] |