vcswrapper: Wrapper for source code management systems

[ development, library, program ] [ Propose Tags ]

Provides simple haskell functions to call external source code management systems. Currently git and SVN are supported.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.3, 0.0.4, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6
Dependencies base (>=4.8 && <4.10), containers (>=0.5.5.1 && <0.6), directory (>=1.1.0.0 && <1.4), filepath (>=1.2.0.0 && <1.5), hxt (>=9.1.2 && <9.4), mtl (>=2.0.1.0 && <2.3), parsec (>=3.1.1 && <3.2), process (>=1.0.1.5 && <1.5), split (>=0.2.2 && <0.3), text (>=0.11.1.5 && <1.3) [details]
License LicenseRef-GPL
Copyright 2011 Stephan Fortelny, Harald Jagenteufel
Author Stephan Fortelny, Harald Jagenteufel, Hamish Mackenzie
Maintainer stephanfortelny at gmail.com, h.jagenteufel at gmail.com, hamish.k.mackenzie at gmail.com
Revised Revision 1 made by HerbertValerioRiedel at 2017-01-15T07:52:29Z
Category Development
Home page https://github.com/forste/haskellVCSWrapper
Bug tracker https://github.com/forste/haskellVCSWrapper/issues
Uploaded by HamishMackenzie at 2017-01-14T14:05:46Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Executables vcswrapper
Downloads 11210 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-01-14 [all 1 reports]

Readme for vcswrapper-0.1.4

[back to package description]
This repository contains haskell wrappers for using various version control
systems. Currently only git and svn are implemented.