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

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.0.0.0 && <4.8), directory (>=1.1.0.0 && <1.3), filepath (>=1.2.0.0 && <1.4), 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.3), split (>=0.2.2 && <0.3), text (>=0.11.1.5 && <1.2) [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
Category Development
Home page https://github.com/forste/haskellVCSWrapper
Bug tracker https://github.com/forste/haskellVCSWrapper/issues
Uploaded by HamishMackenzie at 2014-08-30T12:19:12Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Executables vcswrapper
Downloads 11212 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for vcswrapper-0.1.0

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