HsSVN

Partial Subversion (SVN) binding for Haskell

https://github.com/phonohawk/HsSVN

Latest on Hackage:0.4.3.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-PublicDomain licensed and maintained by PHO <pho at cielonegro dot org>

HsSVN is a partial Subversion (SVN) binding for Haskell. Currently it covers the most part of Subversion FS but others are left uncovered.

Please note that you need to pass an extra option to cabal configure to build HsSVN (assuming you have installed Subversion to /usr/local):

cabal configure --configure-option="--with-subversion-prefix=/usr/local"
cabal build
cabal install

You need the following external libraries to be installed: