git-monitor: Passively snapshots working tree changes efficiently.

[ bsd3, development, program ] [ Propose Tags ] [ Report a vulnerability ]

Passively snapshots working tree changes efficiently.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0, 1.0.1, 1.1.0, 1.3.0, 1.3.1, 1.3.2, 1.4.0, 2.0.0.0, 2.0.1.0, 2.0.1.1, 2.0.2.0, 2.1.0.0, 3.0.0, 3.0.1, 3.1.1, 3.1.1.1, 3.1.1.2, 3.1.1.3, 3.1.1.4, 3.1.1.5, 3.2.1, 3.2.2
Dependencies base (>=4 && <5), bytestring (>=0.9.2.1), containers (>=0.4.2.1), directory (>=1.1.0.2), filepath (>=1.3.0.0), gitlib (>=3.3.0), gitlib-libgit2 (>=3.3.0), logging (>=1.3.0), old-locale (>=1.0.0.4), optparse-applicative (>=0.10), shelly (>=0.14), tagged (>=0.4.5), template-haskell, text (>=0.11.2), time (>=1.4), transformers (>=0.3.0.0), unix, unordered-containers (>=0.2.3.0) [details]
License BSD-3-Clause
Author John Wiegley
Maintainer John Wiegley <johnw@newartisans.com>
Category Development
Home page http://github.com/jwiegley/gitlib
Source repo head: git clone https://github.com/jwiegley/gitlib
Uploaded by JohnWiegley at 2025-12-12T23:25:25Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables git-monitor
Downloads 16046 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2025-12-12 [all 2 reports]

Readme for git-monitor-3.2.1

[back to package description]

git-monitor

Passively snapshots working tree changes efficiently.

Building

This package is part of the gitlib multi-package repository. Build from the repository root:

# From the gitlib repository root
nix build    # Builds git-monitor (default package)

Or from this directory:

# From git-monitor directory
nix build ../#default

Development

For development with direnv:

# From git-monitor directory
direnv allow  # The .envrc file loads the parent flake

Or manually enter the development shell:

nix develop ../#default

Dependencies

  • gitlib >= 3.3.0
  • gitlib-libgit2 >= 3.3.0
  • Other dependencies listed in git-monitor.cabal

All dependencies are managed at the repository root level via the main flake.nix and cabal.project files.