@hackage filestore0.6.5.1
Interface for versioning file stores.
Installation
Dependencies (13)
- Diff >=0.4 && <0.6 || >=1.0 && <1.1
- base >=4 && <5
- bytestring >=0.9 && <1.0
- containers >=0.3 && <0.9
- directory >=1.0 && <1.4
- filepath >=1.1 && <1.6 Show all…
Dependents (8)
@hackage/hakyll-filestore, @hackage/corebot-bliki, @hackage/acme-everything, @hackage/salvia-demo, @hackage/gitit, @hackage/salvia-extras, Show all…
Package Flags
maxcount
(on by default)
Make use of a recent (>= 2.3.0) Darcs feature which vastly improves the performance
of latest. You should disable this flag if you plan to use gitit with an
older version of Darcs, or latest will raise an error.
The filestore library provides an abstract interface for a versioning file store, and modules that instantiate this interface. Currently Git, Darcs, and Mercurial modules are provided, and other VCSs or databases could be added.